Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-01-08 13:26:03 +0000
committerAlexander Kurtakov2018-01-08 13:26:03 +0000
commitfd59653780c0f3271818f4d47589ba02aa769b6c (patch)
tree2d42069fe7931f02009d071cee8ade54b1be7f2d /production
parent1ccac52cda389feb187afcc2103779e7385a0752 (diff)
downloadeclipse.platform.releng.aggregator-fd59653780c0f3271818f4d47589ba02aa769b6c.tar.gz
eclipse.platform.releng.aggregator-fd59653780c0f3271818f4d47589ba02aa769b6c.tar.xz
eclipse.platform.releng.aggregator-fd59653780c0f3271818f4d47589ba02aa769b6c.zip
Bug 529467 - Move genericeditor.extension tests to own project
Actually run the tests with the test framework. Change-Id: I1adcbcd589385ca7f00613a25c140525cd8416d5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 4db5fd25c..183b16474 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1701,6 +1701,12 @@
depends="init">
<runTests testPlugin="org.eclipse.pde.ui.tests" />
</target>
+
+ <target
+ name="pdegenericeditor"
+ depends="init">
+ <runTests testPlugin="org.eclipse.pde.genericeditor.extension.tests" />
+ </target>
<target
name="pdebuild"

Back to the top