donaldp 01/02/22 21:06:59
Modified: . build.xml
Log:
Added extra test target that calls run-test as "test" is more common/standard
Revision Changes Path
1.138 +2 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- build.xml 2001/02/23 04:59:13 1.137
+++ build.xml 2001/02/23 05:06:58 1.138
@@ -559,6 +559,8 @@
Run testcase
===================================================================
-->
+ <target name="test" depends="run-tests"/>
+
<target name="run-tests" depends="dump-info,compile-tests"
if="junit.present">