Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Oct 3, 2024
1 parent 81acf8a commit 67ca413
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,14 +553,16 @@
</target>

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

<target name="functional" depends="postcompile,define-testng-task" description="Runs functional tests">
Expand Down

0 comments on commit 67ca413

Please sign in to comment.