1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Add in a notest target.

This commit is contained in:
Doug Schaefer 2005-06-13 17:13:04 +00:00
parent 7b2b55e8d6
commit 4c922d5214

View file

@ -6,6 +6,7 @@
<target name="build" depends="zips,test"/>
<target name="cdtbuild" depends="zips,test,upload"/>
<target name="cdtnotest" depends="zips,upload"/>
<target name="init">
<touch file="${user.home}/.cvspass" />