mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
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:
parent
fe475f0176
commit
8ebc550760
@ -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>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user