mirror of https://github.com/apache/lucene.git
SOLR-2666: Solrj test.classpath should not include Solr core test compilation output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1148763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32da03bc9f
commit
9b34200d0d
|
@ -20,6 +20,13 @@
|
|||
|
||||
<import file="../common-build.xml"/>
|
||||
|
||||
<!-- Specialized common-solr.test.classpath, to remove the Solr core test output -->
|
||||
<path id="test.classpath">
|
||||
<pathelement path="${common-solr.dir}/build/solr-test-framework/classes/java"/>
|
||||
<pathelement path="${tests.userdir}"/>
|
||||
<path refid="test.base.classpath"/>
|
||||
</path>
|
||||
|
||||
<target name="compile-test" depends="compile-solr-test-framework,common.compile-test"/>
|
||||
|
||||
<target name="test" depends="compile-test,junit-mkdir,junit-sequential,junit-parallel"/>
|
||||
|
|
Loading…
Reference in New Issue