aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtests b/runtests
index 961bc19..91ff3c6 100755
--- a/runtests
+++ b/runtests
@@ -41,3 +41,8 @@ if [ -z "$suite" -o "$suite" = "array" ] ; then
cppawk=./bin/cppawk ./testsuite.awk testcases-array
cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk -v skip=5,6 testcases-array
fi
+
+if [ -z "$suite" -o "$suite" = "quote" ] ; then
+ cppawk=./bin/cppawk ./testsuite.awk testcases-quote
+ cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk testcases-quote
+fi