aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-11-07 22:38:07 -0600
committerBrent Cook <bcook@openbsd.org>2018-11-07 22:38:07 -0600
commit04ad19529d7e9abe8df6f19647d9a7e0702f24d5 (patch)
treedf05c583b27aeba65de407fd4741049c6b391440 /tests/Makefile.am
parent11bb39ecf6e58a5e44fc8043004b3f455f30b8fe (diff)
downloadportable-04ad19529d7e9abe8df6f19647d9a7e0702f24d5.tar.gz
portable-04ad19529d7e9abe8df6f19647d9a7e0702f24d5.tar.bz2
portable-04ad19529d7e9abe8df6f19647d9a7e0702f24d5.zip
add bn_rand_interval test
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 045e361..bbe071b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -82,6 +82,11 @@ TESTS += bnaddsub
82check_PROGRAMS += bnaddsub 82check_PROGRAMS += bnaddsub
83bnaddsub_SOURCES = bnaddsub.c 83bnaddsub_SOURCES = bnaddsub.c
84 84
85# bn_rand_interval
86TESTS += bn_rand_interval
87check_PROGRAMS += bn_rand_interval
88bn_rand_interval_SOURCES = bn_rand_interval.c
89
85# bntest 90# bntest
86TESTS += bntest 91TESTS += bntest
87bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL 92bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL