nicolaken 02/03/14 06:42:51
Modified: tools/centipede/targets test.xtarget
Log:
New "testmodule" target to use before committing as a smoke test.
Revision Changes Path
1.3 +7 -0 jakarta-poi/tools/centipede/targets/test.xtarget
Index: test.xtarget
===================================================================
RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/test.xtarget,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- test.xtarget 14 Mar 2002 11:05:05 -0000 1.2
+++ test.xtarget 14 Mar 2002 14:42:51 -0000 1.3
@@ -42,3 +42,10 @@
</batchtest>
</junit>
</target>
+
+ <!-- =================================================================== -->
+ <!-- Testing that all major targets work; useful before a commit -->
+ <!-- =================================================================== -->
+ <target name="testmodule" depends="clean, test, docs"
+ description="Testing that all major targets work; useful before a commit
">
+ </target>