Browse Source

Exclude abstract tests

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271098 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
c692c966dc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      proposal/myrmidon/build.xml

+ 1
- 0
proposal/myrmidon/build.xml View File

@@ -437,6 +437,7 @@ Legal:
<batchtest>
<fileset dir="${test.classes}">
<include name="**/*Test.class" unless="single.test"/>
<exclude name="**/Abstract*Test.class"/>
<include name="**/${single.test}Test.class" if="single.test"/>
<exclude name="**/BzipTest.class" unless="test.bzip"/>
<exclude name="**/SmbFileSystemTest.class" unless="test.smb"/>


Loading…
Cancel
Save