Rename bftest to bf_test

This commit is contained in:
Theo Buehler
2022-11-08 11:17:48 +01:00
parent 72510bc2d6
commit cbf8eefa02
2 changed files with 6 additions and 6 deletions

View File

@@ -93,9 +93,9 @@ target_link_libraries(base64test ${OPENSSL_TEST_LIBS})
add_test(base64test base64test)
# bftest
add_executable(bftest bftest.c)
target_link_libraries(bftest ${OPENSSL_TEST_LIBS})
add_test(bftest bftest)
add_executable(bf_test bf_test.c)
target_link_libraries(bf_test ${OPENSSL_TEST_LIBS})
add_test(bf_test bf_test)
# biotest
# the BIO tests rely on resolver results that are OS and environment-specific