aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-11-08 11:17:48 +0100
committerTheo Buehler <tb@openbsd.org>2022-11-08 11:17:48 +0100
commitcbf8eefa023761dc5593eb7588caa1335489bf4d (patch)
tree46a72463ebc76c4344c7fd8c692e7a68579206bb /tests
parent72510bc2d6fcc1e449743cd87b9a3a86c71ec333 (diff)
downloadportable-cbf8eefa023761dc5593eb7588caa1335489bf4d.tar.gz
portable-cbf8eefa023761dc5593eb7588caa1335489bf4d.tar.bz2
portable-cbf8eefa023761dc5593eb7588caa1335489bf4d.zip
Rename bftest to bf_test
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt6
-rw-r--r--tests/Makefile.am6
2 files changed, 6 insertions, 6 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})
93add_test(base64test base64test) 93add_test(base64test base64test)
94 94
95# bftest 95# bftest
96add_executable(bftest bftest.c) 96add_executable(bf_test bf_test.c)
97target_link_libraries(bftest ${OPENSSL_TEST_LIBS}) 97target_link_libraries(bf_test ${OPENSSL_TEST_LIBS})
98add_test(bftest bftest) 98add_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
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 24e6f2e..80457d1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -110,9 +110,9 @@ check_PROGRAMS += base64test
110base64test_SOURCES = base64test.c 110base64test_SOURCES = base64test.c
111 111
112# bftest 112# bftest
113TESTS += bftest 113TESTS += bf_test
114check_PROGRAMS += bftest 114check_PROGRAMS += bf_test
115bftest_SOURCES = bftest.c 115bftest_SOURCES = bf_test.c
116 116
117# biotest 117# biotest
118# the BIO tests rely on resolver results that are OS and environment-specific 118# the BIO tests rely on resolver results that are OS and environment-specific