ICU-10152 Added runTest target

X-SVN-Rev: 38798
This commit is contained in:
Stuart Gill 2016-06-06 18:14:56 +00:00
parent 7f6156e5e3
commit 92c9f3d9b3

View file

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