aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-07-21 16:21:53 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-07-21 16:21:53 +0800
commit2231ccbf755eaf9496e5f4cedfc6663491d2a982 (patch)
treeb59db8e557efe76a59f53cbe794e990cb910c9bf /Makefile.am
parentParser: fix builtin/keyword test (diff)
downloadlibbash-2231ccbf755eaf9496e5f4cedfc6663491d2a982.tar.gz
libbash-2231ccbf755eaf9496e5f4cedfc6663491d2a982.tar.bz2
libbash-2231ccbf755eaf9496e5f4cedfc6663491d2a982.zip
Walker: reimplement the runtime for case statement
Now the test for compound statement is added back.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a059a2..4bec991 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ BASH_TESTS = scripts/var_def.bash \
scripts/var_expansion.bash \
scripts/test_expr.bash \
scripts/isolated_functions.bash \
+ scripts/compound_command.bash \
scripts/binary_arithmetic.bash
EBUILD_LOG_COMPILER = $(srcdir)/test/ebuild_compiler.sh