Skip to content
Snippets Groups Projects
Commit dd1eb311 authored by Zhuolun Lang's avatar Zhuolun Lang
Browse files

Replace build.xml

parent 1d64d19d
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
</target> </target>
<target name="partitioning" depends="classes"> <target name="partitioning" depends="classes">
<parallel threadCount="1" timeout="5000">
<sequential>
<junit printsummary="yes" fork="yes" haltonfailure="yes"> <junit printsummary="yes" fork="yes" haltonfailure="yes">
<classpath> <classpath>
<pathelement path="classes/"/> <pathelement path="classes/"/>
...@@ -25,9 +27,13 @@ ...@@ -25,9 +27,13 @@
<formatter type="plain"/> <formatter type="plain"/>
<test name="swen90006.machine.PartitioningTests"/> <test name="swen90006.machine.PartitioningTests"/>
</junit> </junit>
</sequential>
</parallel>
</target> </target>
<target name="boundary" depends="classes"> <target name="boundary" depends="classes">
<parallel threadCount="1" timeout="5000">
<sequential>
<junit printsummary="yes" fork="yes" haltonfailure="yes"> <junit printsummary="yes" fork="yes" haltonfailure="yes">
<classpath> <classpath>
<pathelement path="classes/"/> <pathelement path="classes/"/>
...@@ -37,7 +43,8 @@ ...@@ -37,7 +43,8 @@
<formatter type="plain"/> <formatter type="plain"/>
<test name="swen90006.machine.BoundaryTests"/> <test name="swen90006.machine.BoundaryTests"/>
</junit> </junit>
</sequential>
</parallel>
</target> </target>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment