From 61d709c2c1aee5aa421e866fa191c2c2cf209cd2 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 2 Dec 2022 00:47:32 +0000 Subject: Let bsd.regress.mk take care of running tests --- src/regress/lib/libcrypto/asn1/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src') 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 @@ -# $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 -- cgit v1.2.3-55-g6feb