From 79f7a3e1ea17cfdefc44f9350e092af027a9a26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 26 Nov 2013 17:48:37 +0100 Subject: Tests can be run from cli. Command: cd tests && ./run.sh --- compile.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compile.sh') 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 .. -- cgit v1.2.3