summaryrefslogtreecommitdiff
path: root/tools/test-all
blob: 0ad3ca366ba6ca8730a8780783f6a496b8036a34 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e

## tools/test-all
##
## Run the full test suite.

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

tools/test-ui
tools/test-server