summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-15 04:19:00 +0100
committerSven Gothel <[email protected]>2010-12-15 04:19:00 +0100
commit4047506a4a0755ea209b862bd1e6dc12cf59c8e7 (patch)
treeae75a6c068488aca3733656a7c13a929e44490e7 /make/build.xml
parent1d85dc612f176bf2f34c9e32f455eeb1238a4902 (diff)
archive test results
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index c0ce8cd..0fa81a8 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -713,11 +713,11 @@
</target>
<target name="junit.compile" depends="init">
- <ant antfile="build-junit.xml" target="junit.compile"/>
+ <ant antfile="build-test.xml" target="junit.compile"/>
</target>
<target name="junit.run" depends="junit.compile">
- <ant antfile="build-junit.xml" target="junit.run"/>
+ <ant antfile="build-test.xml" target="junit.run"/>
</target>
<target name="javadoc" depends="init">