make solrj tests individually runable using -Dtestcase=FooTest

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@646151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-04-09 00:17:12 +00:00
parent b6fe0f58d0
commit 2f9879d5ef
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@
</batchtest>
<batchtest fork="yes" todir="${junit.output.dir}" if="testcase">
<fileset dir="src/test" includes="**/${testcase}.java"/>
<fileset dir="${solrj-dir}/test/" includes="**/${testcase}.java" />
</batchtest>
</junit>