made it run TestCases as well as Tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2002-08-28 06:02:02 +00:00
parent 75fd5eaba1
commit 763d50ad44
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
<unitTest>
<includes>
<include>**/*Test.java</include>
<include>**/*TestCase.java</include>
</includes>
</unitTest>
</build>