Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: add mechanism for skipping specific tests. | Kaz Kylheku | 2022-04-16 | 1 | -0/+6 |
| | |||||
* | New <case.h> header and macro. | Kaz Kylheku | 2022-03-27 | 1 | -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 Kylheku | 2022-03-25 | 1 | -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. |