freebsd-dev/bin/sh/tests/parser/Makefile
Jilles Tjoelker 03e55809f4 sh: Add tests for alias names after another alias.
Since the first alias's value does not end with a blank, the next word
should not be checked for aliases.
2014-01-25 14:59:08 +00:00

63 lines
1.2 KiB
Makefile

# $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
FILES+= alias11.0
FILES+= alias12.0
FILES+= alias13.0
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>