diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3f655d3..6202bb3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -149,6 +149,12 @@ check_PROGRAMS += bn_mod_exp | |||
149 | bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | 149 | bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL |
150 | bn_mod_exp_SOURCES = bn_mod_exp.c | 150 | bn_mod_exp_SOURCES = bn_mod_exp.c |
151 | 151 | ||
152 | # bn_mod_exp_zero | ||
153 | TESTS += bn_mod_exp_zero | ||
154 | check_PROGRAMS += bn_mod_exp_zero | ||
155 | bn_mod_exp_zero_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | ||
156 | bn_mod_exp_zero_SOURCES = bn_mod_exp_zero.c | ||
157 | |||
152 | # bn_mod_exp2_mont | 158 | # bn_mod_exp2_mont |
153 | TESTS += bn_mod_exp2_mont | 159 | TESTS += bn_mod_exp2_mont |
154 | check_PROGRAMS += bn_mod_exp2_mont | 160 | check_PROGRAMS += bn_mod_exp2_mont |