diff options
Diffstat (limited to 'regress/lib/libcrypto/bn/Makefile')
-rw-r--r-- | regress/lib/libcrypto/bn/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 6e89e026b25..ad15acfac4f 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/regress/lib/libcrypto/bn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2022/12/17 22:31:10 tb Exp $ +# $OpenBSD: Makefile,v 1.19 2023/01/21 13:24:39 jsing Exp $ PROGS += bn_add_sub PROGS += bn_cmp @@ -8,6 +8,7 @@ PROGS += bn_mod_exp2_mont PROGS += bn_mod_exp_zero PROGS += bn_mod_sqrt PROGS += bn_mont +PROGS += bn_mul PROGS += bn_primes PROGS += bn_rand_interval PROGS += bn_shift @@ -60,7 +61,8 @@ run-bc: bn_test.out CLEANFILES += bn_test.out bc.out -benchmark: bn_shift +benchmark: bn_mul bn_shift + ./bn_mul --benchmark ./bn_shift --benchmark .PHONY: benchmark |