mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12456 Fixed localespiCheck target to exclude TestUtil
X-SVN-Rev: 38913
This commit is contained in:
parent
a0b1fd3cfd
commit
ca7e1e66ed
1 changed files with 9 additions and 1 deletions
|
@ -291,12 +291,19 @@
|
|||
<exclude name="**/*$*.class"/>
|
||||
</patternset>
|
||||
|
||||
<!--Class names that will be included/excluded as tests for time zone check-->
|
||||
<!--Class names that will be included/excluded as tests for packaging check-->
|
||||
<patternset id="packagingCheck-patternset">
|
||||
<include name="**/TestLocaleNamePackaging*"/>
|
||||
<exclude name="**/*$*.class"/>
|
||||
</patternset>
|
||||
|
||||
<!--Class names that will be included/excluded as tests for locale SPI check-->
|
||||
<patternset id="localespiCheck-patternset">
|
||||
<include name="**/*Test*"/>
|
||||
<exclude name="com/ibm/icu/dev/test/localespi/TestUtil.*"/>
|
||||
<exclude name="**/*$*.class"/>
|
||||
</patternset>
|
||||
|
||||
<!-- meta build targets -->
|
||||
<target name="all" depends="info, main, tests, build-tools, tools, demos, samples, perf-tests, jar, docs" description="Build all primary targets"/>
|
||||
<target name="main" depends="info, core, collate, charset, currdata, langdata, regiondata, translit, localespi" description="Build ICU4J runtime library classes"/>
|
||||
|
@ -451,6 +458,7 @@
|
|||
|
||||
<target name="_localespiCheck">
|
||||
<icu-junit testdir="${icu4j.localespi-tests.dir}" output="localespi"
|
||||
test-patternset="localespiCheck-patternset"
|
||||
jvm-options="-Djava.ext.dirs=${icu4j.core.dir}/${jar.dir}${path.separator}${icu4j.localespi.dir}/${jar.dir}${path.separator}${icu4j.collate.dir}/${jar.dir}${path.separator}${icu4j.currdata.dir}/${jar.dir}${path.separator}${icu4j.langdata.dir}/${jar.dir}${path.separator}${icu4j.regiondata.dir}/${jar.dir}${path.separator}${java.ext.dirs}"
|
||||
failure-status="icu-junit-failure"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue