diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9b10b33..3df9256 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -93,9 +93,9 @@ target_link_libraries(base64test ${OPENSSL_TEST_LIBS}) | |||
93 | add_test(base64test base64test) | 93 | add_test(base64test base64test) |
94 | 94 | ||
95 | # bftest | 95 | # bftest |
96 | add_executable(bftest bftest.c) | 96 | add_executable(bf_test bf_test.c) |
97 | target_link_libraries(bftest ${OPENSSL_TEST_LIBS}) | 97 | target_link_libraries(bf_test ${OPENSSL_TEST_LIBS}) |
98 | add_test(bftest bftest) | 98 | add_test(bf_test bf_test) |
99 | 99 | ||
100 | # biotest | 100 | # biotest |
101 | # the BIO tests rely on resolver results that are OS and environment-specific | 101 | # the BIO tests rely on resolver results that are OS and environment-specific |