Run optimized and minified versions of tests in surefure

This commit is contained in:
Alexey Andreev 2017-02-11 12:25:09 +03:00
parent 816a17dfc0
commit d6e3331063

View File

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