Skip to content

Commit

Permalink
Added all-tests-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 3, 2024
1 parent f3c6a11 commit 81acf8a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,27 @@
</sequential>
</target>

<target name="all-tests-parallel" depends="delete-reports" description="Runs all tests">
<parallel>
<antcall target="functional"/>
<sequential>
<antcall target="udp"/>
<antcall target="udp-nak"/>
</sequential>
<sequential>
<antcall target="tcp"/>
<antcall target="tcp-nak"/>
<antcall target="tcp-nio"/>
<antcall target="tcp-nio-nak"/>
</sequential>
<sequential>
<antcall target="time-sensitive"/>
<antcall target="byteman"/>
</sequential>
<antcall target="stack-independent"/>
</parallel>
</target>

<target name="smoke-tests" depends="delete-reports" description="Runs all tests">
<sequential>
<antcall target="functional"/>
Expand Down

0 comments on commit 81acf8a

Please sign in to comment.