Rename bftest to bf_test
This commit is contained in:
parent
72510bc2d6
commit
cbf8eefa02
@ -93,9 +93,9 @@ target_link_libraries(base64test ${OPENSSL_TEST_LIBS})
|
|||||||
add_test(base64test base64test)
|
add_test(base64test base64test)
|
||||||
|
|
||||||
# bftest
|
# bftest
|
||||||
add_executable(bftest bftest.c)
|
add_executable(bf_test bf_test.c)
|
||||||
target_link_libraries(bftest ${OPENSSL_TEST_LIBS})
|
target_link_libraries(bf_test ${OPENSSL_TEST_LIBS})
|
||||||
add_test(bftest bftest)
|
add_test(bf_test bf_test)
|
||||||
|
|
||||||
# biotest
|
# biotest
|
||||||
# the BIO tests rely on resolver results that are OS and environment-specific
|
# the BIO tests rely on resolver results that are OS and environment-specific
|
||||||
|
@ -110,9 +110,9 @@ check_PROGRAMS += base64test
|
|||||||
base64test_SOURCES = base64test.c
|
base64test_SOURCES = base64test.c
|
||||||
|
|
||||||
# bftest
|
# bftest
|
||||||
TESTS += bftest
|
TESTS += bf_test
|
||||||
check_PROGRAMS += bftest
|
check_PROGRAMS += bf_test
|
||||||
bftest_SOURCES = bftest.c
|
bftest_SOURCES = bf_test.c
|
||||||
|
|
||||||
# biotest
|
# biotest
|
||||||
# the BIO tests rely on resolver results that are OS and environment-specific
|
# the BIO tests rely on resolver results that are OS and environment-specific
|
||||||
|
Loading…
x
Reference in New Issue
Block a user