aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-29 00:03:37 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-29 00:03:37 -0700
commit206a772af57912cc510796bfc3611ad8e2f77777 (patch)
tree8d771086c9a48e364f783b3025090d07b3c4ed8a /runtests
parent5f011784b51309ca25e1c732564f1072399dc5d0 (diff)
downloadcppawk-206a772af57912cc510796bfc3611ad8e2f77777.tar.gz
cppawk-206a772af57912cc510796bfc3611ad8e2f77777.tar.bz2
cppawk-206a772af57912cc510796bfc3611ad8e2f77777.zip
New public header <narg.h>.
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