From 07ed770a33acef21ea523f4ac5ac2e8f3b510b4f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 25 Apr 2022 07:46:37 -0700 Subject: New header: --- runtests | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtests') 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 -- cgit v1.2.3