summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0afabbf..407ac2e 100644
--- a/build.xml
+++ b/build.xml
@@ -1336,7 +1336,7 @@
<classpath>
<filelist refid="jack.junit.tests.classpath" />
</classpath>
- <test name="com.android.jack.AllTests"
+ <test name="com.android.jack.AllWithJackTests"
todir="${jack.tests.output}/test-jack-all/"
outfile="AllTestsResults" />
</junit>