aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2022-12-03 11:33:59 +0100
committerTheo Buehler <tb@openbsd.org>2022-12-03 11:33:59 +0100
commit302cda57d86cc2c302cdcd05471a30d872c8aeba (patch)
tree72b1d7e5f3f207daae8008f92c04fef3676b11bf /tests/Makefile.am
parente29d66d700740cda915aae650638fc8de916dd26 (diff)
downloadportable-302cda57d86cc2c302cdcd05471a30d872c8aeba.tar.gz
portable-302cda57d86cc2c302cdcd05471a30d872c8aeba.tar.bz2
portable-302cda57d86cc2c302cdcd05471a30d872c8aeba.zip
Add bn_mod_exp_zero test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
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
149bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL 149bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
150bn_mod_exp_SOURCES = bn_mod_exp.c 150bn_mod_exp_SOURCES = bn_mod_exp.c
151 151
152# bn_mod_exp_zero
153TESTS += bn_mod_exp_zero
154check_PROGRAMS += bn_mod_exp_zero
155bn_mod_exp_zero_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
156bn_mod_exp_zero_SOURCES = bn_mod_exp_zero.c
157
152# bn_mod_exp2_mont 158# bn_mod_exp2_mont
153TESTS += bn_mod_exp2_mont 159TESTS += bn_mod_exp2_mont
154check_PROGRAMS += bn_mod_exp2_mont 160check_PROGRAMS += bn_mod_exp2_mont