Extract broken tests

This commit is contained in:
sjg 2014-10-20 23:21:11 +00:00
parent d15a70e497
commit 18f74f9db1
1 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.50 2014/08/29 20:03:27 sjg Exp $
# $NetBSD: Makefile,v 1.51 2014/10/20 23:21:11 sjg Exp $
#
# Unit tests for make(1)
# The main targets are:
@ -24,7 +24,6 @@ TESTNAMES= \
comment \
cond1 \
error \
escape \
export \
export-all \
export-env \
@ -33,7 +32,6 @@ TESTNAMES= \
forloop \
forsubst \
hash \
impsrc \
misc \
moderrs \
modmatch \
@ -42,11 +40,8 @@ TESTNAMES= \
modts \
modword \
order \
phony-end \
posix \
posix1 \
qequals \
suffixes \
sunshcmd \
sysv \
ternary \
@ -56,6 +51,14 @@ TESTNAMES= \
varmisc \
varshell
# these tests were broken by referting POSIX chanegs
STRICT_POSIX_TESTS = \
escape \
impsrc \
phony-end \
posix1 \
suffixes
# Override make flags for certain tests
flags.doterror=
flags.order=-j1