diff options
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |