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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 8e4c74a129..36149a7b84 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.35 2023/08/03 18:44:31 tb Exp $ 1# $OpenBSD: Makefile,v 1.36 2023/10/19 10:17:24 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -35,6 +35,8 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn/arch/${MACHINE_CPU}/
35# Use default targets from bsd.regress.mk unless overridden below 35# Use default targets from bsd.regress.mk unless overridden below
36REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} 36REGRESS_TARGETS = ${PROGS:S/^/run-regress-/}
37 37
38REGRESS_EXPECTED_FAILURES = run-regress-bn_mod_exp
39
38# Verify that the bn_isqrt -C output isn't changed by accident. 40# Verify that the bn_isqrt -C output isn't changed by accident.
39isqrt-print-tables: bn_isqrt 41isqrt-print-tables: bn_isqrt
40 @./bn_isqrt -C 42 @./bn_isqrt -C