aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-03-18 03:01:43 -0600
committerTheo Buehler <tb@openbsd.org>2023-03-18 03:01:43 -0600
commit6b3c90efa9debdcf16ebbda2cfe6b34ff5c34cf4 (patch)
treead15154df4383490744a35a5cafa745001d6aad3 /tests/Makefile.am
parentd82cc196310fceed5da847f41219e51767a20051 (diff)
downloadportable-6b3c90efa9debdcf16ebbda2cfe6b34ff5c34cf4.tar.gz
portable-6b3c90efa9debdcf16ebbda2cfe6b34ff5c34cf4.tar.bz2
portable-6b3c90efa9debdcf16ebbda2cfe6b34ff5c34cf4.zip
Unhook the bn_mod_exp_zero test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2a18b84..b4d50e3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -165,12 +165,6 @@ check_PROGRAMS += bn_mod_exp
165bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL 165bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
166bn_mod_exp_SOURCES = bn_mod_exp.c 166bn_mod_exp_SOURCES = bn_mod_exp.c
167 167
168# bn_mod_exp_zero
169TESTS += bn_mod_exp_zero
170check_PROGRAMS += bn_mod_exp_zero
171bn_mod_exp_zero_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
172bn_mod_exp_zero_SOURCES = bn_mod_exp_zero.c
173
174# bn_mod_exp2_mont 168# bn_mod_exp2_mont
175TESTS += bn_mod_exp2_mont 169TESTS += bn_mod_exp2_mont
176check_PROGRAMS += bn_mod_exp2_mont 170check_PROGRAMS += bn_mod_exp2_mont