aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-25 07:46:37 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-25 07:46:37 -0700
commit07ed770a33acef21ea523f4ac5ac2e8f3b510b4f (patch)
tree131b059bf1731c6a850b1e1d4c8ba56070140cc0 /runtests
parent7253942c532942d8789d45451e5aa6998c30cb32 (diff)
downloadcppawk-07ed770a33acef21ea523f4ac5ac2e8f3b510b4f.tar.gz
cppawk-07ed770a33acef21ea523f4ac5ac2e8f3b510b4f.tar.bz2
cppawk-07ed770a33acef21ea523f4ac5ac2e8f3b510b4f.zip
New header: <array.h>
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtests b/runtests
index 6216efc..339dcd2 100755
--- a/runtests
+++ b/runtests
@@ -36,3 +36,8 @@ if [ -z "$suite" -o "$suite" = "field" ] ; then
cppawk=./cppawk ./testsuite.awk testcases-field
cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-field
fi
+
+if [ -z "$suite" -o "$suite" = "array" ] ; then
+ cppawk=./cppawk ./testsuite.awk testcases-array
+ cppawk="./cppawk --awk=mawk" ./testsuite.awk -v skip=5,6 testcases-array
+fi