From c8b535a52c342a65deb2adae88322f153821b859 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 29 Nov 2013 20:36:55 -0500 Subject: [PATCH] Bug 418536 - Add Qt tests to maven build. Change-Id: Ic194325d526a498f81ab9d73fe84841e98663065 Reviewed-on: https://git.eclipse.org/r/19164 Reviewed-by: Doug Schaefer IP-Clean: Doug Schaefer Tested-by: Doug Schaefer --- pom.xml | 1 + qt/org.eclipse.cdt.qt.tests/pom.xml | 57 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 qt/org.eclipse.cdt.qt.tests/pom.xml 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 + + + + + + +