diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 6 |
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 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
@@ -10,6 +10,7 @@ PROGS += bn_mod_sqrt | |||
10 | PROGS += bn_mont | 10 | PROGS += bn_mont |
11 | PROGS += bn_primes | 11 | PROGS += bn_primes |
12 | PROGS += bn_rand_interval | 12 | PROGS += bn_rand_interval |
13 | PROGS += bn_shift | ||
13 | PROGS += bn_test | 14 | PROGS += bn_test |
14 | PROGS += bn_to_string | 15 | PROGS += bn_to_string |
15 | PROGS += bn_unit | 16 | PROGS += bn_unit |
@@ -63,4 +64,7 @@ CLEANFILES += bn_test.out bc.out | |||
63 | LDADD_$p += ${CRYPTO_INT} | 64 | LDADD_$p += ${CRYPTO_INT} |
64 | .endfor | 65 | .endfor |
65 | 66 | ||
67 | benchmark: bn_shift | ||
68 | ./bn_shift --benchmark | ||
69 | |||
66 | .include <bsd.regress.mk> | 70 | .include <bsd.regress.mk> |