Don't find anything with Test in it, just anything that ends with Test.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@440 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-11-08 01:56:59 +00:00
parent 5b0f62c81d
commit 95a4918665
+1 -1
View File
@@ -49,7 +49,7 @@
<formatter type="brief" usefile="false"/> <formatter type="brief" usefile="false"/>
<batchtest> <batchtest>
<fileset dir="${src.dir}"> <fileset dir="${src.dir}">
<include name="**/*Test*"/> <include name="**/*Test.java"/>
</fileset> </fileset>
</batchtest> </batchtest>
</junit> </junit>