mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
[releng] an attempt to get terminal tests running.
This commit is contained in:
parent
3304c208c9
commit
1092150009
1 changed files with 14 additions and 1 deletions
|
@ -11,5 +11,18 @@
|
||||||
<groupId>org.eclipse.tm</groupId>
|
<groupId>org.eclipse.tm</groupId>
|
||||||
<artifactId>org.eclipse.tm.terminal.test</artifactId>
|
<artifactId>org.eclipse.tm.terminal.test</artifactId>
|
||||||
<version>2.2.0-SNAPSHOT</version>
|
<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>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue