diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-01 23:07:14 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-01 23:07:14 +0000 |
commit | 7918a18b1cd440df985356f50e1490e35e4fa06a (patch) | |
tree | 1bc3dbbbac0429ec0ee344eab604ee8397f7912c /regress | |
parent | 7dec3f2a96b17a4d4eeb29a787ab381a4f7023bb (diff) |
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.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/make/Makefile | 9 |
1 files 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 <bsd.prog.mk> +.include <bsd.regress.mk> |