[java-decompiler] Ant tests in forked VM

master
Roman Shevchenko 9 years ago
parent 766fc1390d
commit 810818e2c3
  1. 2
      build.xml

@ -46,7 +46,7 @@
</target> </target>
<target name="test" depends="init,test-compile"> <target name="test" depends="init,test-compile">
<junit printsummary="true" failureproperty="tests.failed"> <junit printsummary="true" failureproperty="tests.failed" fork="true">
<classpath path="${test-out}:${out}"/> <classpath path="${test-out}:${out}"/>
<classpath refid="junit"/> <classpath refid="junit"/>
<batchtest> <batchtest>

Loading…
Cancel
Save