Segment integration tests in router

This commit is contained in:
str4d
2017-12-02 20:48:53 +00:00
parent 10d5a17422
commit a65a498c86
8 changed files with 11 additions and 7 deletions

View File

@@ -279,6 +279,7 @@
<batchtest todir="../../reports/router/junit/">
<fileset dir="./test/junit">
<include name="**/*Test.java" />
<include name="**/*IT.java" if="runIntegrationTests" />
</fileset>
</batchtest>
<formatter type="xml"/>