summaryrefslogtreecommitdiff
path: root/tools/test
blob: 06e2159dfc8a6df931b9d8c9776ac1af8e984b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash -e

## tools/test
##
## Run the full test suite.
##
## Best run as `tools/test` even if you have the `tools` directory in your
## $PATH, due to naming collisions with the `test` shell builtin or `/bin/test`.

cd "$(dirname "$0")/.."

npx vitest --run --coverage
cargo test