aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-07-07 10:14:29 +0200
committerTheo Buehler <tb@openbsd.org>2023-07-07 02:37:45 -0600
commite06ce19f9531240fa4e754197850184dbcd445fc (patch)
tree9c5f3c594efc40d4b66adc0ccbf7467a468571bb /tests/Makefile.am
parent990fd347ee8b60c4a0fefc4272c7b76befdfd74a (diff)
downloadportable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.gz
portable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.bz2
portable-e06ce19f9531240fa4e754197850184dbcd445fc.zip
hook bn_print to build
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 70371d3..646c927 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -213,6 +213,11 @@ TESTS += bn_primes
213check_PROGRAMS += bn_primes 213check_PROGRAMS += bn_primes
214bn_primes_SOURCES = bn_primes.c 214bn_primes_SOURCES = bn_primes.c
215 215
216# bn_print
217TESTS += bn_print
218check_PROGRAMS += bn_print
219bn_print_SOURCES = bn_print.c
220
216# bn_rand_interval 221# bn_rand_interval
217TESTS += bn_rand_interval 222TESTS += bn_rand_interval
218check_PROGRAMS += bn_rand_interval 223check_PROGRAMS += bn_rand_interval