]> granicus.if.org Git - icu/commitdiff
ICU-11950 Turned on multi-threaded testing at the high level (charset, collate, trans...
authorStuart Gill <sgill@svn.icu-project.org>
Wed, 5 Oct 2016 21:38:34 +0000 (21:38 +0000)
committerStuart Gill <sgill@svn.icu-project.org>
Wed, 5 Oct 2016 21:38:34 +0000 (21:38 +0000)
X-SVN-Rev: 39429

icu4j/build.xml

index ffe1e69f2c769c840bbbeebfee12fd4068b50de5..b6ba5b74b338362d1e0d83555816f254b966aeca 100644 (file)
     <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">