summaryrefslogtreecommitdiff
path: root/test-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-all.sh')
-rwxr-xr-xtest-all.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-all.sh b/test-all.sh
new file mode 100755
index 0000000..11243db
--- /dev/null
+++ b/test-all.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+./test-build.sh || exit 1
+./build.sh || exit 1
+tests/test.sh || exit 1