Segment integration tests in core

This commit is contained in:
str4d
2017-12-02 19:35:33 +00:00
parent 11da21dd67
commit b6298dc091
4 changed files with 5 additions and 3 deletions

View File

@@ -326,6 +326,7 @@
<batchtest todir="../../reports/core/junit/">
<fileset dir="./test/junit/">
<include name="**/*Test.java" />
<include name="**/*IT.java" if="runIntegrationTests" />
<exclude name="**/ElGamalAESEngineTest.java" />
<exclude name="**/StructureTest.java" />
<!-- DataHelperTest is *very* slow with cobertura -->