From 7918a18b1cd440df985356f50e1490e35e4fa06a Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Tue, 1 Jan 2002 23:07:14 +0000 Subject: convert to bsd.regress.mk. This allows us to have the tests correctly sorted, now that one failing test doesn't keep the others from running. --- regress/usr.bin/make/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/regress/usr.bin/make/Makefile b/regress/usr.bin/make/Makefile index 804c76ad3ac..332f50e6cad 100644 --- a/regress/usr.bin/make/Makefile +++ b/regress/usr.bin/make/Makefile @@ -1,10 +1,7 @@ -# $OpenBSD: Makefile,v 1.12 2001/11/21 21:55:52 espie Exp $ - -NOMAN= -NOPROG= +# $OpenBSD: Makefile,v 1.13 2002/01/01 23:07:13 art Exp $ # We don't pass t7, t13, t14... -regress: t1 t2 t3 t4 t5 t6 t8 t9 t10 t11 t12 t7 t13 t14 +REGRESSTARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 MALLOC_OPTIONS?=AZJ t1: t1.out @@ -81,4 +78,4 @@ t1.out: CLEANFILES+=t1.out z.a a.a a.b -.include +.include -- cgit v1.2.3