opnsense-src/bin/sh/tests/parser/Makefile
Jilles Tjoelker 48f49aac53 sh: Allow aliases to force alias substitution on the following word.
If an alias's value ends with a space or tab, the next word is also
checked for aliases.

This is a POSIX feature. It is useful with utilities like command and
nohup (alias them to themselves followed by a space).
2014-01-26 21:19:33 +00:00

64 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+= alias14.0
FILES+= alias15.0 alias15.0.stdout
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>