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:
parent
b27205dc14
commit
4c7cc432bc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user