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 a1e312d..3e605cf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -170,6 +170,11 @@ TESTS += bn_cmp | |||
170 | check_PROGRAMS += bn_cmp | 170 | check_PROGRAMS += bn_cmp |
171 | bn_cmp_SOURCES = bn_cmp.c | 171 | bn_cmp_SOURCES = bn_cmp.c |
172 | 172 | ||
173 | # bn_convert | ||
174 | TESTS += bn_convert | ||
175 | check_PROGRAMS += bn_convert | ||
176 | bn_convert_SOURCES = bn_convert.c | ||
177 | |||
173 | # bn_gcd | 178 | # bn_gcd |
174 | TESTS += bn_gcd | 179 | TESTS += bn_gcd |
175 | check_PROGRAMS += bn_gcd | 180 | check_PROGRAMS += bn_gcd |