diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/general/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/general/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile deleted file mode 100644 index ca3dcf9b08..0000000000 --- a/src/regress/lib/libcrypto/bn/general/Makefile +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.6 2019/09/05 00:59:36 bluhm Exp $ | ||
| 2 | |||
| 3 | .include "../../Makefile.inc" | ||
| 4 | |||
| 5 | PROGS += bntest | ||
| 6 | PROGS += bn_to_string | ||
| 7 | |||
| 8 | LDADD = ${CRYPTO_INT} | ||
| 9 | DPADD = ${LIBCRYPTO} | ||
| 10 | WARNINGS = Yes | ||
| 11 | CFLAGS += -Werror | ||
| 12 | CLEANFILES = bntest.out bc.out | ||
| 13 | |||
| 14 | REGRESS_TARGETS += run-bntest | ||
| 15 | run-bntest bntest.out: bntest | ||
| 16 | @echo '\n======== $@ ========' | ||
| 17 | ./bntest -out bntest.out | ||
| 18 | |||
| 19 | REGRESS_TARGETS += run-bc | ||
| 20 | run-bc: bntest.out | ||
| 21 | @echo '\n======== $@ ========' | ||
| 22 | bc < bntest.out | tee bc.out | grep -v '^0$$' | ||
| 23 | ! grep -v '^test ' <bc.out | grep -v '^0$$' | ||
| 24 | |||
| 25 | REGRESS_TARGETS += run-bn_to_string | ||
| 26 | run-bn_to_string: bn_to_string | ||
| 27 | @echo '\n======== $@ ========' | ||
| 28 | ./bn_to_string | ||
| 29 | |||
| 30 | .include <bsd.regress.mk> | ||
