diff options
| author | Theo Buehler <tb@openbsd.org> | 2022-11-22 17:39:44 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2022-11-22 17:39:44 +0100 |
| commit | 3d6cab79dd032746bb90a1307dae4c99a8697240 (patch) | |
| tree | 532bc47e8c95a655839ccfe8ee581e72ec64ef61 /tests | |
| parent | 19782c8d0b2ad15d1834b9f3d94242ef41e9798a (diff) | |
| download | portable-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.am | 2 |
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 |
| 113 | TESTS += bf_test | 113 | TESTS += bf_test |
| 114 | check_PROGRAMS += bf_test | 114 | check_PROGRAMS += bf_test |
| 115 | bftest_SOURCES = bf_test.c | 115 | bf_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 |
