summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index c557e371..32d36267 100755
--- a/compile.sh
+++ b/compile.sh
@@ -9,3 +9,5 @@ fi
android update project --path . --name "Bitmask for Android" --target android-17
ant debug
+
+cd tests/ && ./compile.sh && cd ..