From c82cebd005c48aa8ebd28b40a99a021a723e0a3d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 22 Apr 2022 07:29:59 -0700 Subject: Testcases for . --- runtests | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtests') 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 -- cgit v1.2.3