1
0
Fork 0
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:
Doug Schaefer 2011-07-06 10:27:24 -04:00
parent 3b6f6642b8
commit 1745485853

View file

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