aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
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
217check_PROGRAMS += bn_unit 217check_PROGRAMS += bn_unit
218bn_unit_SOURCES = bn_unit.c 218bn_unit_SOURCES = bn_unit.c
219 219
220# bn_word
221TESTS += bn_word
222check_PROGRAMS += bn_word
223bn_word_SOURCES = bn_word.c
224
220# buffertest 225# buffertest
221TESTS += buffertest 226TESTS += buffertest
222check_PROGRAMS += buffertest 227check_PROGRAMS += buffertest