From 836cf5c9a0e2d33f205c3c353e1300ee1ad03b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Fri, 22 Nov 2013 11:57:00 +0100 Subject: Rebased onto 0.2.2 Some tests aren't passed, due to changes and UI (for example, log in dialog is no longer a menu item but an action bar item, and robotium can't find it). --- tests/project.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/project.properties (limited to 'tests/project.properties') diff --git a/tests/project.properties b/tests/project.properties new file mode 100644 index 00000000..0840b4a0 --- /dev/null +++ b/tests/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-15 -- cgit v1.2.3 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 --- tests/project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/project.properties') diff --git a/tests/project.properties b/tests/project.properties index 0840b4a0..a3ee5ab6 100644 --- a/tests/project.properties +++ b/tests/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-15 +target=android-17 -- cgit v1.2.3