diff options
author | Theo Buehler <tb@openbsd.org> | 2022-12-09 11:11:40 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-12-09 11:11:40 +0100 |
commit | 6755900317e3f855316c52e2d8281b33414b107c (patch) | |
tree | 6c4b5a3c21f7f8740e7df06601466504237e5c64 /tests/Makefile.am | |
parent | 302cda57d86cc2c302cdcd05471a30d872c8aeba (diff) | |
download | portable-6755900317e3f855316c52e2d8281b33414b107c.tar.gz portable-6755900317e3f855316c52e2d8281b33414b107c.tar.bz2 portable-6755900317e3f855316c52e2d8281b33414b107c.zip |
fix comment
Diffstat (limited to 'tests/Makefile.am')
-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 6202bb3..22e3483 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -115,7 +115,7 @@ TESTS += base64test | |||
115 | check_PROGRAMS += base64test | 115 | check_PROGRAMS += base64test |
116 | base64test_SOURCES = base64test.c | 116 | base64test_SOURCES = base64test.c |
117 | 117 | ||
118 | # bftest | 118 | # bf_test |
119 | TESTS += bf_test | 119 | TESTS += bf_test |
120 | check_PROGRAMS += bf_test | 120 | check_PROGRAMS += bf_test |
121 | bf_test_SOURCES = bf_test.c | 121 | bf_test_SOURCES = bf_test.c |