summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/general/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/general/Makefile')
-rw-r--r--src/regress/lib/libcrypto/bn/general/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile
index b9282a1126..22f3e3f95f 100644
--- a/src/regress/lib/libcrypto/bn/general/Makefile
+++ b/src/regress/lib/libcrypto/bn/general/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.15 2022/11/09 23:28:08 tb Exp $ 1# $OpenBSD: Makefile,v 1.16 2022/11/22 08:56:33 tb Exp $
2 2
3.include "../../Makefile.inc" 3.include "../../Makefile.inc"
4 4
@@ -8,6 +8,7 @@ PROGS += bn_mod_exp2_mont
8PROGS += bn_mod_sqrt 8PROGS += bn_mod_sqrt
9PROGS += bn_primes 9PROGS += bn_primes
10PROGS += bn_to_string 10PROGS += bn_to_string
11PROGS += bn_unit
11 12
12DPADD += ${LIBCRYPTO} 13DPADD += ${LIBCRYPTO}
13LDFLAGS += -lcrypto 14LDFLAGS += -lcrypto
@@ -44,6 +45,11 @@ REGRESS_TARGETS += run-bn_to_string
44run-bn_to_string: bn_to_string 45run-bn_to_string: bn_to_string
45 ./bn_to_string 46 ./bn_to_string
46 47
48REGRESS_TARGETS += run-bn_unit
49run-bn_unit: bn_unit
50 ./bn_unit
51
52
47LDADD_bn_isqrt = ${CRYPTO_INT} 53LDADD_bn_isqrt = ${CRYPTO_INT}
48REGRESS_TARGETS += run-bn_isqrt 54REGRESS_TARGETS += run-bn_isqrt
49run-bn_isqrt: bn_isqrt 55run-bn_isqrt: bn_isqrt