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 21:27:00 +00:00
parent 58b243562f
commit 2960a63f8b

View file

@ -12,7 +12,9 @@
<artifactId>org.eclipse.tm.terminal.test</artifactId>
<version>2.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<plugin>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
@ -25,4 +27,6 @@
<product>org.eclipse.sdk.ide</product>
</configuration>
</plugin>
</plugins>
</build>
</project>