change 'ant test' to run core, contrib & back-compat

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@761303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-04-02 14:14:42 +00:00
parent fe475f0176
commit 8ebc550760

View File

@ -89,8 +89,8 @@
<target name="test-core" depends="common.test"
description="Runs unit tests for the core Lucene code"
/>
<target name="test" depends="test-core, test-contrib"
description="Runs all unit tests (including contribs)"
<target name="test" depends="test-core, test-contrib, test-tag"
description="Runs all unit tests (core, contrib and back-compat)"
/>
<property name="tag" value="${compatibility.tag}"/>
@ -385,7 +385,7 @@
</copy>
</target>
<target name="nightly" depends="test, test-tag, package-tgz, changes-to-html">
<target name="nightly" depends="test, package-tgz, changes-to-html">
</target>
<!-- ================================================================== -->