summaryrefslogtreecommitdiff
path: root/test-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-all.sh')
-rwxr-xr-xtest-all.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-all.sh b/test-all.sh
index 03e26fb..f6c755e 100755
--- a/test-all.sh
+++ b/test-all.sh
@@ -1,3 +1,5 @@
#!/bin/sh
./test-build.sh || exit 1
tests/test.sh || exit 1
+./build.sh release || exit 1
+tests/test.sh || exit 1