Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Cartaud2016-01-27 10:35:26 +0000
committerMathieu Cartaud2016-01-27 10:35:26 +0000
commitae6fc1e8a3d7de7a5b1135476adcfda258c77627 (patch)
treef5cf6dff2a50c42b86d12d622eb63935453f0da4 /plugins/org.eclipse.emf.compare.tests
parentaaffc04cdec3355402beb48f473f8c2cbbe6b37a (diff)
downloadorg.eclipse.emf.compare-ae6fc1e8a3d7de7a5b1135476adcfda258c77627.tar.gz
org.eclipse.emf.compare-ae6fc1e8a3d7de7a5b1135476adcfda258c77627.tar.xz
org.eclipse.emf.compare-ae6fc1e8a3d7de7a5b1135476adcfda258c77627.zip
Add missing test suite for Neon build
The added test suite is used only for versions posterior to Eclipse Luna Change-Id: I16d39252ac14286f31f67b2a96d722f714080705 Signed-off-by: Mathieu Cartaud <mathieu.cartaud@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/pom.xml b/plugins/org.eclipse.emf.compare.tests/pom.xml
index bf0b5c42f..ea9eee645 100644
--- a/plugins/org.eclipse.emf.compare.tests/pom.xml
+++ b/plugins/org.eclipse.emf.compare.tests/pom.xml
@@ -28,6 +28,22 @@
</build>
<profiles>
<profile>
+ <id>neon</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>org/eclipse/emf/compare/tests/suite/AtLeastLunaVersionTests.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
<id>mars</id>
<build>
<plugins>

Back to the top