diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-05-27 01:22:20 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-05-27 01:22:20 -0400 |
| commit | 586d3a267f14f730c7703b6cf23ea83b8d17790d (patch) | |
| tree | 2cb5d876f38d86ceb392040ced61c7ab6006d7f8 /tools/test-all | |
| parent | 79d3598282fd573931e7cb14e4d3e54aad7c943c (diff) | |
Consolidate testing steps into `tools/test`.
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.
Diffstat (limited to 'tools/test-all')
| -rwxr-xr-x | tools/test-all | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/test-all b/tools/test-all deleted file mode 100755 index 0ad3ca3..0000000 --- a/tools/test-all +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -e - -## tools/test-all -## -## Run the full test suite. - -cd "$(dirname "$0")/.." - -tools/test-ui -tools/test-server |
