1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[releng] an attempt to get terminal tests running.

This commit is contained in:
Anna Dushistova 2012-03-28 20:55:55 +00:00
parent 54146387cf
commit 58b243562f

View file

@ -11,5 +11,18 @@
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.tm.terminal.test</artifactId>
<version>2.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<packaging>eclipse-test-plugin</packaging>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<testSuite>org.eclipse.tm.terminal.test</testSuite>
<testClass>org.eclipse.tm.terminal.test.AutomatedPluginTests</testClass>
<useUIHarness>false</useUIHarness>
<useUIThread>false</useUIThread>
<testFailureIgnore>true</testFailureIgnore>
<product>org.eclipse.sdk.ide</product>
</configuration>
</plugin>
</project>