diff --git a/pom.xml b/pom.xml index 880add4832a..f39fa0f30c7 100644 --- a/pom.xml +++ b/pom.xml @@ -190,6 +190,7 @@ qt/org.eclipse.cdt.qt.core qt/org.eclipse.cdt.qt.ui + qt/org.eclipse.cdt.qt.tests qt/org.eclipse.cdt.qt-feature xlc/org.eclipse.cdt.errorparsers.xlc.tests diff --git a/qt/org.eclipse.cdt.qt.tests/pom.xml b/qt/org.eclipse.cdt.qt.tests/pom.xml new file mode 100644 index 00000000000..a284bdd3c5e --- /dev/null +++ b/qt/org.eclipse.cdt.qt.tests/pom.xml @@ -0,0 +1,57 @@ + + + 4.0.0 + + + org.eclipse.cdt + cdt-parent + 8.3.0-SNAPSHOT + ../../pom.xml + + + 1.0.0-SNAPSHOT + org.eclipse.cdt.qt.tests + eclipse-test-plugin + + + + + + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho-version} + + false + + ${base.ui.test.vmargs} -ea -Xms256m -Xmx512m -XX:MaxPermSize=256M + + **/AllQtTests.* + + true + + + org.eclipse.platform.feature.group + 3.8.0 + p2-installable-unit + + + org.eclipse.cdt.feature.group + 8.3.0.${buildQualifier} + p2-installable-unit + + + + + + +