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:
parent
54146387cf
commit
58b243562f
1 changed files with 14 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue