mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
Run optimized and minified versions of tests in surefure
This commit is contained in:
parent
816a17dfc0
commit
d6e3331063
@ -89,6 +89,8 @@
|
||||
<systemProperties>
|
||||
<teavm.junit.target>${project.build.directory}/js-tests</teavm.junit.target>
|
||||
<teavm.junit.js.runner>htmlunit</teavm.junit.js.runner>
|
||||
<teavm.junit.minified>true</teavm.junit.minified>
|
||||
<teavm.junit.optimized>true</teavm.junit.optimized>
|
||||
</systemProperties>
|
||||
<argLine>-Xmx512m</argLine>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user