Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-09-22 09:04:52 +0000
committerAlexander Kurtakov2016-10-31 10:38:50 +0000
commit2781c59a8cb8d0676c14382f6b967ef6423e53d2 (patch)
tree0710954c89bb31bf0415b0044aebfc05b6ff96d7 /pom.xml
parentd26926ea92a3f08ae6759ca95f6b54e46f46a3b6 (diff)
downloadeclipse.platform.swt-2781c59a8cb8d0676c14382f6b967ef6423e53d2.tar.gz
eclipse.platform.swt-2781c59a8cb8d0676c14382f6b967ef6423e53d2.tar.xz
eclipse.platform.swt-2781c59a8cb8d0676c14382f6b967ef6423e53d2.zip
Bug 431319 - Run SWT tests with plain surefire (not Tycho/OSGi one)
This configures the tests to run with the plain Java maven-surefire-plugin. To do so, it requires a feature listing all platform-specific fragments that we add as a dependency, and to make target resolution platform-specific. Then Tycho generates a good classpath that's consumed by maven-surefire-plugin. Printing is disabled as the tests are failing with tycho. Change-Id: Ibba7c64757fb8ec71aff04c850e35309440e3caa Signed-off-by: Mickael Istria <mistria@redhat.com> Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8678fa88be..ac12ee53a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,7 @@
<module>examples/org.eclipse.swt.examples.launcher</module>
<module>examples/org.eclipse.swt.examples.ole.win32</module>
<module>examples/org.eclipse.swt.examples.views</module>
+ <module>tests/org.eclipse.swt.tests.fragments.feature</module>
<module>tests/org.eclipse.swt.tests</module>
<module>features/org.eclipse.swt.tools.feature</module>
</modules>

Back to the top