aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2016-07-31 12:18:59 +0900
committerchibash <chiba@javassist.org>2016-07-31 12:18:59 +0900
commit384e014fc88037130e346dbe3c95af477bfbbbd4 (patch)
treeecab55b90981b607795a47f3724b214294ee9143 /build.xml
parentf795fcb1717fdde3e0c510b218b04abb55081202 (diff)
downloadjavassist-384e014fc88037130e346dbe3c95af477bfbbbd4.tar.gz
javassist-384e014fc88037130e346dbe3c95af477bfbbbd4.zip
modifies runtest in build.xml
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 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"/>