diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-08 11:17:48 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-08 11:17:48 +0100 |
commit | cbf8eefa023761dc5593eb7588caa1335489bf4d (patch) | |
tree | 46a72463ebc76c4344c7fd8c692e7a68579206bb /tests/Makefile.am | |
parent | 72510bc2d6fcc1e449743cd87b9a3a86c71ec333 (diff) | |
download | portable-cbf8eefa023761dc5593eb7588caa1335489bf4d.tar.gz portable-cbf8eefa023761dc5593eb7588caa1335489bf4d.tar.bz2 portable-cbf8eefa023761dc5593eb7588caa1335489bf4d.zip |
Rename bftest to bf_test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
110 | base64test_SOURCES = base64test.c | 110 | base64test_SOURCES = base64test.c |
111 | 111 | ||
112 | # bftest | 112 | # bftest |
113 | TESTS += bftest | 113 | TESTS += bf_test |
114 | check_PROGRAMS += bftest | 114 | check_PROGRAMS += bf_test |
115 | bftest_SOURCES = bftest.c | 115 | bftest_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 |