mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Turn on UI Harness for MBS core tests.
This commit is contained in:
parent
3b6f6642b8
commit
1745485853
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
||||||
<artifactId>tycho-surefire-plugin</artifactId>
|
<artifactId>tycho-surefire-plugin</artifactId>
|
||||||
<version>${tycho-version}</version>
|
<version>${tycho-version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useUIHarness>false</useUIHarness>
|
<!-- Yes, the managed build core tests use the UI harness. -->
|
||||||
|
<useUIHarness>true</useUIHarness>
|
||||||
<argLine>-Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
|
<argLine>-Xms256m -Xmx512m -XX:MaxPermSize=256M</argLine>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/AllManagedBuildTests.*</include>
|
<include>**/AllManagedBuildTests.*</include>
|
||||||
|
|
Loading…
Add table
Reference in a new issue