[java-decompiler] Ant tests in forked VM

This commit is contained in:
Roman Shevchenko
2015-09-07 23:04:43 +03:00
parent 766fc1390d
commit 810818e2c3

View File

@@ -46,7 +46,7 @@
</target>
<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 refid="junit"/>
<batchtest>