Don't treat inner classes as test classes with ant.
[fits.git] / build.xml
index d3fbad20f8c6db2163effb914b1d1c34c450f6af..e0a290521189a824c104b39b84b41f2027fd5c4d 100644 (file)
--- a/build.xml
+++ b/build.xml
       <classpath refid="test.class.path"/>
       <formatter type="brief" usefile="false" />
       <batchtest>
-        <fileset dir="${build}" includes="**/test/*.class" />
+        <fileset dir="${build}">
+         <include name="**/test/*.class" />
+         <exclude name="**/*$*.class" />
+       </fileset>
       </batchtest>
     </junit>
   </target>