summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 4c75314..be52aba 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -812,7 +812,7 @@
<ant antfile="build-test.xml" target="junit.compile"/>
</target>
- <target name="junit.run" depends="junit.compile">
+ <target name="junit.run" depends="init,junit.compile">
<ant antfile="build-test.xml" target="junit.run"/>
</target>