aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite.awk
Commit message (Collapse)AuthorAgeFilesLines
* New <case.h> header and macro.Kaz Kylheku2022-03-271-1/+2
| | | | | | This provides a portable case statement implemented directly as switch on GNU Awk, and using other approaches on other Awks that do not have switch.
* Use awk for testsuite rather than cppawk.Kaz Kylheku2022-03-251-0/+32
There are ways in which cppawk can be fundamentally broken which will cause the test suite to appear to succeed, but without actually running any tests.