summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index e95091aeb5..8a51a2ccad 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.16 2022/12/09 09:56:41 tb Exp $ 1# $OpenBSD: Makefile,v 1.17 2022/12/17 17:18:46 jsing Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -10,6 +10,7 @@ PROGS += bn_mod_sqrt
10PROGS += bn_mont 10PROGS += bn_mont
11PROGS += bn_primes 11PROGS += bn_primes
12PROGS += bn_rand_interval 12PROGS += bn_rand_interval
13PROGS += bn_shift
13PROGS += bn_test 14PROGS += bn_test
14PROGS += bn_to_string 15PROGS += bn_to_string
15PROGS += bn_unit 16PROGS += bn_unit
@@ -63,4 +64,7 @@ CLEANFILES += bn_test.out bc.out
63LDADD_$p += ${CRYPTO_INT} 64LDADD_$p += ${CRYPTO_INT}
64.endfor 65.endfor
65 66
67benchmark: bn_shift
68 ./bn_shift --benchmark
69
66.include <bsd.regress.mk> 70.include <bsd.regress.mk>