summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-12-02 00:47:33 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-12-02 00:47:33 +0000
commit2bbc821900bef9c2712919bfc618fd3f6afefac6 (patch)
tree7cfd38739ba72462dc874440a9bca0b185899b71 /regress
parent39c5b16d802459d00fe9df653e86d0958a03b260 (diff)
Let bsd.regress.mk take care of running tests
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libcrypto/asn1/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/regress/lib/libcrypto/asn1/Makefile b/regress/lib/libcrypto/asn1/Makefile
index 4e94499c61c..e1a26063494 100644
--- a/regress/lib/libcrypto/asn1/Makefile
+++ b/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2022/09/11 15:24:53 tb Exp $
+# $OpenBSD: Makefile,v 1.23 2022/12/02 00:47:32 tb Exp $
PROGS = \
asn1api \
@@ -24,11 +24,4 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring
LDADD_asn1basic = ${CRYPTO_INT}
LDADD_asn1object = ${CRYPTO_INT}
-.for p in ${PROGS}
-REGRESS_TARGETS += run-$p
-
-run-$p: $p
- @./$p
-.endfor
-
.include <bsd.regress.mk>