Skip to content

Commit

Permalink
tycho runs pde tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidburkhart committed Mar 23, 2012
1 parent 3ab5ee2 commit bc747fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion unused.methods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>unused.methods</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
<tycho-version>0.14.1</tycho-version>
</properties>
Expand All @@ -21,6 +21,15 @@
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<testSuite>unused.methods</testSuite>
<testClass>unused.methods.core.AllPdeTests</testClass>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit bc747fd

Please sign in to comment.