ICU-11950 Turned on multi-threaded testing at the high level (charset, collate, translit, core)

X-SVN-Rev: 39429
This commit is contained in:
Stuart Gill 2016-10-05 21:38:34 +00:00
parent 926e0788a3
commit 204210ff36

View file

@ -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">