From: Norbert Runge Date: Wed, 13 Sep 2017 21:58:35 +0000 (+0000) Subject: ICU-13273 adds targets to run specific tests from a specific test class. X-Git-Tag: release-60-rc~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dda03c710a30fb619324a474d978289946dd5901;p=icu ICU-13273 adds targets to run specific tests from a specific test class. X-SVN-Rev: 40403 --- diff --git a/icu4j/build.xml b/icu4j/build.xml index 39801be1417..2f9644eef73 100644 --- a/icu4j/build.xml +++ b/icu4j/build.xml @@ -7,8 +7,8 @@ ******************************************************************************* --> + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:jacoco="antlib:org.jacoco.ant"> @@ -207,7 +207,76 @@ + description="Initialize the environment for build and test. May require internet access."/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Execute JUnit testing using -Dtestclass='class-name' -Dtestnames='test-name1>, test-name2, ...' +