aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-11-22 17:39:44 +0100
committerTheo Buehler <tb@openbsd.org>2022-11-22 17:39:44 +0100
commit3d6cab79dd032746bb90a1307dae4c99a8697240 (patch)
tree532bc47e8c95a655839ccfe8ee581e72ec64ef61 /tests
parent19782c8d0b2ad15d1834b9f3d94242ef41e9798a (diff)
downloadportable-3d6cab79dd032746bb90a1307dae4c99a8697240.tar.gz
portable-3d6cab79dd032746bb90a1307dae4c99a8697240.tar.bz2
portable-3d6cab79dd032746bb90a1307dae4c99a8697240.zip
Rename bftest_SOURCES to bf_test_SOURCES
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 09d4cad..a595c93 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -112,7 +112,7 @@ base64test_SOURCES = base64test.c
112# bftest 112# bftest
113TESTS += bf_test 113TESTS += bf_test
114check_PROGRAMS += bf_test 114check_PROGRAMS += bf_test
115bftest_SOURCES = bf_test.c 115bf_test_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