diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dc965bd..2a18b84 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -217,6 +217,11 @@ TESTS += bn_unit | |||
217 | check_PROGRAMS += bn_unit | 217 | check_PROGRAMS += bn_unit |
218 | bn_unit_SOURCES = bn_unit.c | 218 | bn_unit_SOURCES = bn_unit.c |
219 | 219 | ||
220 | # bn_word | ||
221 | TESTS += bn_word | ||
222 | check_PROGRAMS += bn_word | ||
223 | bn_word_SOURCES = bn_word.c | ||
224 | |||
220 | # buffertest | 225 | # buffertest |
221 | TESTS += buffertest | 226 | TESTS += buffertest |
222 | check_PROGRAMS += buffertest | 227 | check_PROGRAMS += buffertest |