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 6c257c0..a1e312d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -188,6 +188,11 @@ check_PROGRAMS += bn_mod_exp | |||
188 | bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | 188 | bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL |
189 | bn_mod_exp_SOURCES = bn_mod_exp.c | 189 | bn_mod_exp_SOURCES = bn_mod_exp.c |
190 | 190 | ||
191 | # bn_mod_inverse | ||
192 | TESTS += bn_mod_inverse | ||
193 | check_PROGRAMS += bn_mod_inverse | ||
194 | bn_mod_inverse_SOURCES = bn_mod_inverse.c | ||
195 | |||
191 | # bn_mod_sqrt | 196 | # bn_mod_sqrt |
192 | TESTS += bn_mod_sqrt | 197 | TESTS += bn_mod_sqrt |
193 | check_PROGRAMS += bn_mod_sqrt | 198 | check_PROGRAMS += bn_mod_sqrt |