summaryrefslogtreecommitdiff
path: root/tools/test-ui
Commit message (Collapse)AuthorAge
* Consolidate testing steps into `tools/test`.Owen Jacobson2025-05-27
| | | | I've opted to run with `--coverage` to ensure that we continue exercising coverage support. Hat tip to @wlonk for holding me accountable on this - I had thought coverage was broken, but I was holding it wrong.
* Tool scripts for running tests.Owen Jacobson2024-11-25
`test-all` instead of `test` to avoid colliding with a shell builtin.