aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests5
1 files changed, 5 insertions, 0 deletions
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