aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-22 07:29:59 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-22 07:29:59 -0700
commitc82cebd005c48aa8ebd28b40a99a021a723e0a3d (patch)
tree969f265d7cf44d83771b3bf5eb9e6747e2b0763a /runtests
parentfed6418ce4d2d07372a7aaa6e600bd6dbb7ca185 (diff)
downloadcppawk-c82cebd005c48aa8ebd28b40a99a021a723e0a3d.tar.gz
cppawk-c82cebd005c48aa8ebd28b40a99a021a723e0a3d.tar.bz2
cppawk-c82cebd005c48aa8ebd28b40a99a021a723e0a3d.zip
Testcases for <varg.h>.
Diffstat (limited to 'runtests')
-rwxr-xr-xruntests5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtests b/runtests
index e6edd75..457df59 100755
--- a/runtests
+++ b/runtests
@@ -22,6 +22,11 @@ if [ -z "$suite" -o "$suite" = "iter" ] ; then
cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-iter
fi
+if [ -z "$suite" -o "$suite" = "varg" ] ; then
+ cppawk=./cppawk ./testsuite.awk testcases-varg
+ cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-varg
+fi
+
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