diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-07 10:14:29 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-07 02:37:45 -0600 |
commit | e06ce19f9531240fa4e754197850184dbcd445fc (patch) | |
tree | 9c5f3c594efc40d4b66adc0ccbf7467a468571bb /tests/Makefile.am | |
parent | 990fd347ee8b60c4a0fefc4272c7b76befdfd74a (diff) | |
download | portable-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.am | 5 |
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 | |||
213 | check_PROGRAMS += bn_primes | 213 | check_PROGRAMS += bn_primes |
214 | bn_primes_SOURCES = bn_primes.c | 214 | bn_primes_SOURCES = bn_primes.c |
215 | 215 | ||
216 | # bn_print | ||
217 | TESTS += bn_print | ||
218 | check_PROGRAMS += bn_print | ||
219 | bn_print_SOURCES = bn_print.c | ||
220 | |||
216 | # bn_rand_interval | 221 | # bn_rand_interval |
217 | TESTS += bn_rand_interval | 222 | TESTS += bn_rand_interval |
218 | check_PROGRAMS += bn_rand_interval | 223 | check_PROGRAMS += bn_rand_interval |