Changeset 688

Show
Ignore:
Timestamp:
05/29/07 21:59:50 (1 year ago)
Author:
schst
Message:

Added test-all target to execute all tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build.xml

    r682 r688  
    6262  </target> 
    6363 
     64  <target name="test-all" depends="check-style, test, test-integration" description="Runs all available checks and tests."/> 
     65 
    6466  <target name="clearCache" description="Clears all cache files."> 
    6567    <delete file="${project.basedir}/lib/.cache" verbose="true"/>