From 9ed65254e835c4664da55f2b0d13e34ba911e62e Mon Sep 17 00:00:00 2001 From: Tim Su Date: Tue, 5 Jul 2011 17:54:26 -0700 Subject: [PATCH] Migrated to new android build.xml script, refactored emma reporting into its own target that runs after coverage --- tests/build.xml | 175 ++++++++++++++++++------------------------------ 1 file changed, 67 insertions(+), 108 deletions(-) diff --git a/tests/build.xml b/tests/build.xml index 7b330bc6a..3de2f87d7 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,66 +1,62 @@ - + - + - - - - - - - - - + + - @@ -71,15 +67,13 @@ coverage: Run tests and dump emma coverage reports. - - - - + + - + @@ -102,67 +96,32 @@ - - - - - - - - - - Downloading coverage file into project directory... - - - - - - - Extracting coverage report... - - - - - - - - - - - - - - Cleaning up temporary files... - - - - Saving the report file in ${basedir}/coverage/coverage.html + + Downloading coverage file into project directory... + + + + + + + Extracting coverage report... + + + + + + + + + + + + Cleaning up temporary files... + + + + Saving the report file in ${basedir}/coverage/coverage.[html/xml] - - - - - - Running tests ... - - - - - - - - - - - - - - - +