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/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile
index ca3dcf9b08..6b7919eb53 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.6 2019/09/05 00:59:36 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 bluhm Exp $
2 2
3.include "../../Makefile.inc" 3.include "../../Makefile.inc"
4 4
@@ -13,18 +13,15 @@ CLEANFILES = bntest.out bc.out
13 13
14REGRESS_TARGETS += run-bntest 14REGRESS_TARGETS += run-bntest
15run-bntest bntest.out: bntest 15run-bntest bntest.out: bntest
16 @echo '\n======== $@ ========'
17 ./bntest -out bntest.out 16 ./bntest -out bntest.out
18 17
19REGRESS_TARGETS += run-bc 18REGRESS_TARGETS += run-bc
20run-bc: bntest.out 19run-bc: bntest.out
21 @echo '\n======== $@ ========'
22 bc < bntest.out | tee bc.out | grep -v '^0$$' 20 bc < bntest.out | tee bc.out | grep -v '^0$$'
23 ! grep -v '^test ' <bc.out | grep -v '^0$$' 21 ! grep -v '^test ' <bc.out | grep -v '^0$$'
24 22
25REGRESS_TARGETS += run-bn_to_string 23REGRESS_TARGETS += run-bn_to_string
26run-bn_to_string: bn_to_string 24run-bn_to_string: bn_to_string
27 @echo '\n======== $@ ========'
28 ./bn_to_string 25 ./bn_to_string
29 26
30.include <bsd.regress.mk> 27.include <bsd.regress.mk>