Synch. with test cases listed in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@902089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3bac1ef344
commit
f9a50b290d
|
@ -188,8 +188,12 @@
|
|||
<formatter usefile="false" type="plain"/>
|
||||
<classpath refid="test.classpath"/>
|
||||
<batchtest>
|
||||
<fileset dir="${test.home}" includes="**/*Test.java"
|
||||
excludes="**/*AbstractTest.java"/>
|
||||
<fileset dir="${test.home}">
|
||||
<include name="**/*Test.java"/>
|
||||
<include name="**/*TestBinary.java"/>
|
||||
<include name="**/*TestPermutations.java"/>
|
||||
<exclude name="**/*AbstractTest.java"/>
|
||||
</fileset>
|
||||
</batchtest>
|
||||
</junit>
|
||||
<fail message="There were test failures.">
|
||||
|
|
Loading…
Reference in New Issue