Sign in
boringssl
/
boringssl
/
641798f2d25dc7f1034d0f9f9d1c633acaf938ba
/
.
/
util
/
fipstools
/
CMakeLists.txt
blob: e2bcb197939e40dd651e31c0d8bb3a397d4abcde [
file
] [
log
] [
blame
]
if(BUILD_TESTING)
add_executable(
test_fips
test_fips.cc
)
target_link_libraries(test_fips crypto)
endif()