diff options
author | Sven Gothel <[email protected]> | 2010-12-15 04:19:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 04:19:00 +0100 |
commit | 4047506a4a0755ea209b862bd1e6dc12cf59c8e7 (patch) | |
tree | ae75a6c068488aca3733656a7c13a929e44490e7 /make/build.xml | |
parent | 1d85dc612f176bf2f34c9e32f455eeb1238a4902 (diff) |
archive test results
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 4 |
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"> |