2013-12-11 04:09:17 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
FILESDIR= ${TESTSBASE}/bin/sh/parser
|
|
|
|
KYUAFILE= no
|
|
|
|
|
|
|
|
FILES= alias1.0
|
|
|
|
FILES+= alias2.0
|
|
|
|
FILES+= alias3.0
|
|
|
|
FILES+= alias4.0
|
|
|
|
FILES+= alias5.0
|
|
|
|
FILES+= alias6.0
|
|
|
|
FILES+= alias7.0
|
|
|
|
FILES+= alias8.0
|
|
|
|
FILES+= alias9.0
|
|
|
|
FILES+= alias10.0
|
2014-01-24 15:03:56 +00:00
|
|
|
FILES+= alias11.0
|
2013-12-11 04:09:17 +00:00
|
|
|
FILES+= and-pipe-not.0
|
|
|
|
FILES+= case1.0
|
|
|
|
FILES+= case2.0
|
|
|
|
FILES+= dollar-quote1.0
|
|
|
|
FILES+= dollar-quote2.0
|
|
|
|
FILES+= dollar-quote3.0
|
|
|
|
FILES+= dollar-quote4.0
|
|
|
|
FILES+= dollar-quote5.0
|
|
|
|
FILES+= dollar-quote6.0
|
|
|
|
FILES+= dollar-quote7.0
|
|
|
|
FILES+= dollar-quote8.0
|
|
|
|
FILES+= dollar-quote9.0
|
|
|
|
FILES+= dollar-quote10.0
|
|
|
|
FILES+= dollar-quote11.0
|
|
|
|
FILES+= empty-braces1.0
|
|
|
|
FILES+= empty-cmd1.0
|
|
|
|
FILES+= for1.0
|
|
|
|
FILES+= for2.0
|
|
|
|
FILES+= func1.0
|
|
|
|
FILES+= func2.0
|
|
|
|
FILES+= func3.0
|
|
|
|
FILES+= heredoc1.0
|
|
|
|
FILES+= heredoc2.0
|
|
|
|
FILES+= heredoc3.0
|
|
|
|
FILES+= heredoc4.0
|
|
|
|
FILES+= heredoc5.0
|
|
|
|
FILES+= heredoc6.0
|
|
|
|
FILES+= heredoc7.0
|
|
|
|
FILES+= heredoc8.0
|
|
|
|
FILES+= heredoc9.0
|
|
|
|
FILES+= heredoc10.0
|
|
|
|
FILES+= heredoc11.0
|
|
|
|
FILES+= no-space1.0
|
|
|
|
FILES+= no-space2.0
|
|
|
|
FILES+= only-redir1.0
|
|
|
|
FILES+= only-redir2.0
|
|
|
|
FILES+= only-redir3.0
|
|
|
|
FILES+= only-redir4.0
|
|
|
|
FILES+= pipe-not1.0
|
|
|
|
FILES+= var-assign1.0
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|