mirror of https://github.com/apache/poi.git
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
8c0b8b7f96
commit
ac6d403a94
|
@ -42,3 +42,10 @@
|
||||||
</batchtest>
|
</batchtest>
|
||||||
</junit>
|
</junit>
|
||||||
</target>
|
</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