aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index ebaa622..2fdbf47 100755
--- a/test.sh
+++ b/test.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+./compile.sh
+
for i in `ls tests/*.sh | grep -v common.sh`
do
echo "Running $i"