Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2017-10-05 00:47:32 +0000
committerDoug Schaefer2017-10-06 20:36:51 +0000
commit11dcec43f211e694b0c8f811be37f34868a4cdf0 (patch)
tree8193e40cdce02c23518368667008d99488d7bf02 /testsrunner/pom.xml
parentcfd6e9867ede236878072ed630478685fd43cba0 (diff)
downloadorg.eclipse.cdt-11dcec43f211e694b0c8f811be37f34868a4cdf0.tar.gz
org.eclipse.cdt-11dcec43f211e694b0c8f811be37f34868a4cdf0.tar.xz
org.eclipse.cdt-11dcec43f211e694b0c8f811be37f34868a4cdf0.zip
Add UI tests plugin for CMake. Fix a couple of bugs it found.
Also restructures the pom.xmls to put the modules in the top level so we can order them to have the test plugins build after them. Change-Id: I2f0e4ebd252791fb8844cdf0f635d574946207aa
Diffstat (limited to 'testsrunner/pom.xml')
-rw-r--r--testsrunner/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsrunner/pom.xml b/testsrunner/pom.xml
index 63d910b3861..3829aabbc17 100644
--- a/testsrunner/pom.xml
+++ b/testsrunner/pom.xml
@@ -12,14 +12,4 @@
<artifactId>org.eclipse.cdt.testsrunner-parent</artifactId>
<packaging>pom</packaging>
-
- <modules>
- <module>org.eclipse.cdt.testsrunner</module>
- <module>org.eclipse.cdt.testsrunner.boost</module>
- <module>org.eclipse.cdt.testsrunner.gtest</module>
- <module>org.eclipse.cdt.testsrunner.qttest</module>
- <module>org.eclipse.cdt.testsrunner.tap</module>
- <module>org.eclipse.cdt.testsrunner.tests</module>
- <module>org.eclipse.cdt.testsrunner.feature</module>
- </modules>
</project>

Back to the top