mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-11950 Turned on multi-threaded testing at the high level (charset, collate, translit, core)
X-SVN-Rev: 39429
This commit is contained in:
parent
926e0788a3
commit
204210ff36
1 changed files with 6 additions and 4 deletions
|
@ -329,10 +329,12 @@
|
|||
<property name="jvm_options" value="${env.JVM_OPTIONS}"/>
|
||||
|
||||
<target name="_check">
|
||||
<antcall target="_charsetCheck"/>
|
||||
<antcall target="_collateCheck"/>
|
||||
<antcall target="_coreCheck"/>
|
||||
<antcall target="_translitCheck"/>
|
||||
<parallel>
|
||||
<antcall target="_charsetCheck"/>
|
||||
<antcall target="_collateCheck"/>
|
||||
<antcall target="_coreCheck"/>
|
||||
<antcall target="_translitCheck"/>
|
||||
</parallel>
|
||||
</target>
|
||||
|
||||
<target name="exhaustiveCheck" description="Run the standard ICU4J test suite in exhaustive mode">
|
||||
|
|
Loading…
Add table
Reference in a new issue