Browse Source

Added extra test target that calls run-test as "test" is more common/standard

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268728 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
8a805d3dc0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.xml

+ 2
- 0
build.xml View File

@@ -559,6 +559,8 @@
Run testcase Run testcase
=================================================================== ===================================================================
--> -->
<target name="test" depends="run-tests"/>

<target name="run-tests" depends="dump-info,compile-tests" if="junit.present"> <target name="run-tests" depends="dump-info,compile-tests" if="junit.present">






Loading…
Cancel
Save