Seems like "ant test" on Ant sources is a pretty standard thing to do, so just
listing it among the documented targets.

-Jesse

-- 
Jesse Glick   <mailto:[EMAIL PROTECTED]>
NetBeans, Open APIs  <http://www.netbeans.org/>
tel (+4202) 3300-9161 Sun Micro x49161 Praha CR
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-ant/build.xml,v
retrieving revision 1.148
diff -u -t -r1.148 build.xml
--- build.xml   2001/05/01 10:31:42     1.148
+++ build.xml   2001/05/03 20:06:21
@@ -604,7 +604,7 @@
          Run testcase                                                        
        =================================================================== 
   -->
-  <target name="test" depends="run-tests"/>
+  <target name="test" depends="run-tests" description="--> run JUnit tests"/>
 
   <target name="run-tests" depends="dump-info,compile-tests" 
if="junit.present">
 

Reply via email to