aboutsummaryrefslogtreecommitdiff
path: root/testrunner.scm (follow)
Commit message (Collapse)AuthorAge
* fixup! 9b28572Hugo Hörnquist2023-10-16
| | | | Limit testrunner to only discover *.scm files.
* Fix spelling error.Hugo Hörnquist2023-10-16
|
* Highlight changed coveragesupplements.Hugo Hörnquist2023-10-10
|
* Handle crashes in tests!Hugo Hörnquist2023-10-09
| | | | | | | | | Unhandled exceptions thrown during tests are now caught, and properly repported. This also allows the tests to run to completion, and print their final summary (which I previously believed was broken when running in multiple threads). Also add --help flag to testrunner...
* Further rewrite of testrunner.Hugo Hörnquist2023-10-08
| | | | Move many of the atomic procedures into proper libraries.
* Rewrite test running system.Hugo Hörnquist2023-10-02