mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-21287 Enable asserts for 'ant checkTest'
This commit is contained in:
parent
bd6ecc90af
commit
48cf3ace11
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@
|
|||
<mkdir dir="${junit.out.dir}/checkTest"/>
|
||||
|
||||
<junit printsummary="yes" fork="yes">
|
||||
<jvmarg value="-ea"/>
|
||||
<jvmarg value="-Djava.awt.headless=true"/>
|
||||
<jvmarg value="-DICU.exhaustive=10"/>
|
||||
<classpath>
|
||||
<path refid="junit.jars"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue