Add missing tests to the Makefile.

* Makefile.am (FULL_TESTS): Add tests/05-assignment-backtick.sh,
tests/10-if-line.sh, tests/10-if-redirect.sh, and
tests/20-pipe-sed-cat.sh.
This commit is contained in:
Timothy Sample 2019-05-17 20:15:07 -04:00
parent 6383159503
commit 2e51c3f9ab
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,7 @@ FULL_TESTS = \
tests/04-echo-word-at.sh \
tests/04-echo-word-at-word.sh \
tests/05-assignment.sh \
tests/05-assignment-backtick.sh \
tests/05-assignment-echo.sh \
tests/05-assignment-empty.sh \
tests/05-assignment-singlequote.sh \
@ -128,10 +129,12 @@ FULL_TESTS = \
tests/10-if.sh \
tests/10-if-false.sh \
tests/10-if-word-variable.sh \
tests/10-if-line.sh \
tests/10-if-multiple.sh \
tests/10-if-else.sh \
tests/10-else-multiple.sh \
tests/10-if-elif.sh \
tests/10-if-redirect.sh \
tests/10-if-test.sh \
tests/10-if-test-false.sh \
tests/10-if-bracket.sh \
@ -145,6 +148,7 @@ FULL_TESTS = \
tests/20-pipe-exit-0.sh \
tests/20-pipe-exit-1.sh \
tests/20-pipe-sed.sh \
tests/20-pipe-sed-cat.sh \
tests/20-exec.sh \
tests/30-substitution.sh \
tests/30-substitution-word.sh \