blob: e2bcb197939e40dd651e31c0d8bb3a397d4abcde [file] [log] [blame]
if(BUILD_TESTING)
add_executable(
test_fips
test_fips.cc
)
target_link_libraries(test_fips crypto)
endif()