diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/general/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/general/Makefile | 8 |
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 | |||
8 | PROGS += bn_mod_sqrt | 8 | PROGS += bn_mod_sqrt |
9 | PROGS += bn_primes | 9 | PROGS += bn_primes |
10 | PROGS += bn_to_string | 10 | PROGS += bn_to_string |
11 | PROGS += bn_unit | ||
11 | 12 | ||
12 | DPADD += ${LIBCRYPTO} | 13 | DPADD += ${LIBCRYPTO} |
13 | LDFLAGS += -lcrypto | 14 | LDFLAGS += -lcrypto |
@@ -44,6 +45,11 @@ REGRESS_TARGETS += run-bn_to_string | |||
44 | run-bn_to_string: bn_to_string | 45 | run-bn_to_string: bn_to_string |
45 | ./bn_to_string | 46 | ./bn_to_string |
46 | 47 | ||
48 | REGRESS_TARGETS += run-bn_unit | ||
49 | run-bn_unit: bn_unit | ||
50 | ./bn_unit | ||
51 | |||
52 | |||
47 | LDADD_bn_isqrt = ${CRYPTO_INT} | 53 | LDADD_bn_isqrt = ${CRYPTO_INT} |
48 | REGRESS_TARGETS += run-bn_isqrt | 54 | REGRESS_TARGETS += run-bn_isqrt |
49 | run-bn_isqrt: bn_isqrt | 55 | run-bn_isqrt: bn_isqrt |