summaryrefslogtreecommitdiff
path: root/tools/test-all
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-28 21:54:15 -0500
committerKit La Touche <kit@transneptune.net>2024-11-28 21:54:15 -0500
commit810ebb811c40b50ddb95bb9559d7515f46ec2052 (patch)
tree993abbd49907b399af933a44fb40e2e88c6933a5 /tools/test-all
parentd23685c0ea46c92c75d43b6d6a361597241dd95e (diff)
parent5ce6c9f6277c43caf7413cce255af7bdc947e74c (diff)
Merge branch 'main' into wip/stylize
Diffstat (limited to 'tools/test-all')
-rwxr-xr-xtools/test-all10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/test-all b/tools/test-all
new file mode 100755
index 0000000..0ad3ca3
--- /dev/null
+++ b/tools/test-all
@@ -0,0 +1,10 @@
+#!/bin/bash -e
+
+## tools/test-all
+##
+## Run the full test suite.
+
+cd "$(dirname "$0")/.."
+
+tools/test-ui
+tools/test-server