diff options
| author | bluhm <> | 2020-12-17 00:51:12 +0000 |
|---|---|---|
| committer | bluhm <> | 2020-12-17 00:51:12 +0000 |
| commit | c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a (patch) | |
| tree | 41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libcrypto/bn | |
| parent | 4950cd5ba18509d9b030ea25b45c9c2a552762df (diff) | |
| download | openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.gz openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.bz2 openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.zip | |
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libcrypto/bn')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/general/Makefile | 5 |
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 | ||
| 14 | REGRESS_TARGETS += run-bntest | 14 | REGRESS_TARGETS += run-bntest |
| 15 | run-bntest bntest.out: bntest | 15 | run-bntest bntest.out: bntest |
| 16 | @echo '\n======== $@ ========' | ||
| 17 | ./bntest -out bntest.out | 16 | ./bntest -out bntest.out |
| 18 | 17 | ||
| 19 | REGRESS_TARGETS += run-bc | 18 | REGRESS_TARGETS += run-bc |
| 20 | run-bc: bntest.out | 19 | run-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 | ||
| 25 | REGRESS_TARGETS += run-bn_to_string | 23 | REGRESS_TARGETS += run-bn_to_string |
| 26 | run-bn_to_string: bn_to_string | 24 | run-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> |
