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 b27205dc14
commit 4c7cc432bc

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>