diff options
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 |