Check the tests too.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 24 Jul 2010 11:10:48 +0000 (11:10 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 24 Jul 2010 11:10:48 +0000 (11:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@978847 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 30e4c4c..c50268b 100644 (file)
--- a/build.xml
+++ b/build.xml
        <include name="**/*.java" />
         <exclude name="org/apache/tomcat/util/bcel/**" />
          </fileset>
+      <fileset dir="test">
+        <include name="**/*.java" />
+      </fileset>
        </checkstyle>
   </target>