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