aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ant.properties
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ant.properties')
-rw-r--r--tests/ant.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/ant.properties b/tests/ant.properties
index 16c7462..84cba61 100644
--- a/tests/ant.properties
+++ b/tests/ant.properties
@@ -15,4 +15,7 @@
# 'key.alias' for the name of the key to use.
# The password will be asked during the build when you use the 'release' target.
-tested.project.dir=..\\main
+tested.project.dir=../main
+
+# Use a test runner which can create JUnit compliant XML reports
+test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner