ggregory    2004/10/01 14:53:50

  Modified:    lang     build.xml
  Log:
  Run mutable tests.
  
  Revision  Changes    Path
  1.28      +9 -1      jakarta-commons/lang/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 30 Sep 2004 16:51:14 -0000      1.27
  +++ build.xml 1 Oct 2004 21:53:50 -0000       1.28
  @@ -144,6 +144,7 @@
                                   test.enum,
                                   test.exception,
                                   test.math,
  +                                test.mutable,
                                   test.time"
                                   description="Run all unit test cases">
           <echo message="Running tests ..."/>
  @@ -180,6 +181,13 @@
           <echo message="Running math package tests ..."/>
           <java classname="${test.runner}" fork="yes" 
failonerror="${test.failonerror}">
               <arg value="org.apache.commons.lang.math.MathTestSuite"/>
  +            <classpath refid="test.classpath"/>
  +        </java>
  +    </target>
  +    <target name="test.mutable" depends="compile.tests">
  +        <echo message="Running mutable package tests ..."/>
  +        <java classname="${test.runner}" fork="yes" 
failonerror="${test.failonerror}">
  +            <arg value="org.apache.commons.lang.mutable.MutableTestSuite"/>
               <classpath refid="test.classpath"/>
           </java>
       </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to