New "testmodule" target to use before committing as a smoke test.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-03-14 14:42:51 +00:00
parent 8c0b8b7f96
commit ac6d403a94
1 changed files with 7 additions and 0 deletions

View File

@ -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>