aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index e685db1..961bc19 100755
--- a/runtests
+++ b/runtests
@@ -3,7 +3,7 @@ trap 'rm -f output script.sh' EXIT INT TERM
suite=$1
-if [ -z "$suite" ] ; then
+if [ -z "$suite" -o "$suite" = "base" ] ; then
cppawk=./bin/cppawk ./testsuite.awk testcases
cppawk="./bin/cppawk --nobash" ./testsuite.awk testcases
fi