aboutsummaryrefslogtreecommitdiffstats
path: root/runtests
Commit message (Collapse)AuthorAgeFilesLines
* start test cases for <cons.h> material.Kaz Kylheku2022-04-041-7/+22
| | | | | | Small documentation tweak. Numerous bugfixes as a result of testing: null, endp, stringp, symbolp, box, unbox, cdr, equal all found to have some issues.
* Iteration test cases.Kaz Kylheku2022-03-311-0/+3
|
* New public header <narg.h>.Kaz Kylheku2022-03-291-0/+4
|
* New <case.h> header and macro.Kaz Kylheku2022-03-271-2/+4
| | | | | | 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.
* runtests: remove script.sh and output.Kaz Kylheku2022-03-261-0/+1
|
* Use awk for testsuite rather than cppawk.Kaz Kylheku2022-03-251-2/+2
| | | | | | 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.
* Run all test cases with and without --nobash option.Kaz Kylheku2022-03-241-1/+2
|
* Add runtests script.Kaz Kylheku2022-03-181-0/+2