From f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 22 Apr 2022 20:26:08 -0700 Subject: New header: positional parameter utils. --- runtests | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtests') diff --git a/runtests b/runtests index 457df59..6216efc 100755 --- a/runtests +++ b/runtests @@ -31,3 +31,8 @@ if [ -z "$suite" -o "$suite" = "cons" ] ; then cppawk=./cppawk ./testsuite.awk testcases-cons cppawk="./cppawk --awk=mawk" ./testsuite.awk -v skip=37,38 testcases-cons fi + +if [ -z "$suite" -o "$suite" = "field" ] ; then + cppawk=./cppawk ./testsuite.awk testcases-field + cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-field +fi -- cgit v1.2.3