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 26f6b7d..26ed681 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -196,6 +196,11 @@ TESTS += bn_rand_interval | |||
196 | check_PROGRAMS += bn_rand_interval | 196 | check_PROGRAMS += bn_rand_interval |
197 | bn_rand_interval_SOURCES = bn_rand_interval.c | 197 | bn_rand_interval_SOURCES = bn_rand_interval.c |
198 | 198 | ||
199 | # bn_shift | ||
200 | TESTS += bn_shift | ||
201 | check_PROGRAMS += bn_shift | ||
202 | bn_shift_SOURCES = bn_shift.c | ||
203 | |||
199 | # bn_test | 204 | # bn_test |
200 | TESTS += bn_test | 205 | TESTS += bn_test |
201 | bn_test_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | 206 | bn_test_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL |