diff options
Diffstat (limited to 'regress/usr.bin/make/Makefile')
-rw-r--r-- | regress/usr.bin/make/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/regress/usr.bin/make/Makefile b/regress/usr.bin/make/Makefile index 004ed84955c..a58c16c2fc8 100644 --- a/regress/usr.bin/make/Makefile +++ b/regress/usr.bin/make/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2001/05/26 21:12:27 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2001/07/11 13:12:18 espie Exp $ NOMAN= NOPROG= -regress: t1 t2 t3 t4 t5 t6 t8 t9 t10 t11 t12 t7 +# We don't pass t7 and t13... +regress: t1 t2 t3 t4 t5 t6 t8 t9 t10 t11 t12 t7 t13 MALLOC_OPTIONS?=AZJ t1: t1.out @@ -63,6 +64,10 @@ t11: t12: cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} -r -f mk12 |diff - t12.out +# Verify whitespace handling. Currently failing. +t13: + cd ${.CURDIR} && env -i PATH=${PATH} MALLOC_OPTIONS=${MALLOC_OPTIONS} ${MAKE} -r -f mk13 |diff - t13.out + z.a: touch $@ |