[java-decompiler] Ant tests in forked VM
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user