diff options
author | tb <> | 2022-12-02 00:47:32 +0000 |
---|---|---|
committer | tb <> | 2022-12-02 00:47:32 +0000 |
commit | 61d709c2c1aee5aa421e866fa191c2c2cf209cd2 (patch) | |
tree | 09f0656b47fe253b717f2c6a7309e976c347a557 /src/regress/lib | |
parent | 111e23434b493cbedb35f015f5fc9868eca67bc4 (diff) | |
download | openbsd-61d709c2c1aee5aa421e866fa191c2c2cf209cd2.tar.gz openbsd-61d709c2c1aee5aa421e866fa191c2c2cf209cd2.tar.bz2 openbsd-61d709c2c1aee5aa421e866fa191c2c2cf209cd2.zip |
Let bsd.regress.mk take care of running tests
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index 4e94499c61..e1a2606349 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.22 2022/09/11 15:24:53 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.23 2022/12/02 00:47:32 tb Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -24,11 +24,4 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring | |||
24 | LDADD_asn1basic = ${CRYPTO_INT} | 24 | LDADD_asn1basic = ${CRYPTO_INT} |
25 | LDADD_asn1object = ${CRYPTO_INT} | 25 | LDADD_asn1object = ${CRYPTO_INT} |
26 | 26 | ||
27 | .for p in ${PROGS} | ||
28 | REGRESS_TARGETS += run-$p | ||
29 | |||
30 | run-$p: $p | ||
31 | @./$p | ||
32 | .endfor | ||
33 | |||
34 | .include <bsd.regress.mk> | 27 | .include <bsd.regress.mk> |