mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-10152 Added runTest target
X-SVN-Rev: 38798
This commit is contained in:
parent
7f6156e5e3
commit
92c9f3d9b3
1 changed files with 5 additions and 1 deletions
|
@ -324,7 +324,11 @@
|
|||
<antcall target="_check"/>
|
||||
<fail message="test failed" if="icu-junit-failure" />
|
||||
</target>
|
||||
|
||||
|
||||
<target name="runTest" description="Run the standard ICU4J test suite without calling any other build targets">
|
||||
<antcall target="_check"/>
|
||||
<fail message="test failed" if="icu-junit-failure" />
|
||||
</target>
|
||||
|
||||
<target name="timeZoneCheck" description="Run the complete test for TimeZoneRoundTripAll">
|
||||
<icu-junit
|
||||
|
|
Loading…
Add table
Reference in a new issue