diff options
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,5 @@ fi android update project --path . --name "Bitmask for Android" --target android-17 ant debug + +cd tests/ && ./compile.sh && cd .. |