aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2cbfeb8d..e2b8819e 100644
--- a/build.xml
+++ b/build.xml
@@ -97,7 +97,7 @@
</javac>
</target>
- <target name="runtest" depends="test-compile">
+ <target name="runtest" depends="jar,test-compile">
<junit fork="true" printsummary="true" dir="${test.run.dir}">
<jvmarg value="-XX:-FailOverToOldVerifier" />
<classpath refid="test.classpath"/>