mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -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>
|
<systemProperties>
|
||||||
<teavm.junit.target>${project.build.directory}/js-tests</teavm.junit.target>
|
<teavm.junit.target>${project.build.directory}/js-tests</teavm.junit.target>
|
||||||
<teavm.junit.js.runner>htmlunit</teavm.junit.js.runner>
|
<teavm.junit.js.runner>htmlunit</teavm.junit.js.runner>
|
||||||
|
<teavm.junit.minified>true</teavm.junit.minified>
|
||||||
|
<teavm.junit.optimized>true</teavm.junit.optimized>
|
||||||
</systemProperties>
|
</systemProperties>
|
||||||
<argLine>-Xmx512m</argLine>
|
<argLine>-Xmx512m</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user