aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtests b/runtests
index 3396b07..fd7bef4 100755
--- a/runtests
+++ b/runtests
@@ -1,6 +1,10 @@
#!/bin/sh
trap 'rm -f output script.sh' EXIT INT TERM
+
cppawk=./cppawk ./testsuite.awk testcases
cppawk="./cppawk --nobash" ./testsuite.awk testcases
+
cppawk=./cppawk ./testsuite.awk testcases-case
cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-case
+
+cppawk=./cppawk ./testsuite.awk testcases-narg