From aa7ed3dc94e8236515ef5a653316ec88631eebae Mon Sep 17 00:00:00 2001 From: Tim Su Date: Tue, 21 Sep 2010 19:32:05 +0800 Subject: [PATCH] Android test build xml: produce proper coverage reports --- tests/build.properties | 8 ++++++++ tests/build.xml | 11 ++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/tests/build.properties b/tests/build.properties index 5ab28ee04..bfacee704 100644 --- a/tests/build.properties +++ b/tests/build.properties @@ -16,3 +16,11 @@ # The password will be asked during the build when you use the 'release' target. tested.project.dir=../astrid + +# output files and apk +out.dir=bin + +# source directory must be underneath output directory +# because we pull in from multiple source folders +source.dir=${out.dir}/source + diff --git a/tests/build.xml b/tests/build.xml index 570c86f28..af5e730b2 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -64,17 +64,22 @@ --> - + + + - --> +