Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Honnen2019-07-22 06:47:26 +0000
committerJulian Honnen2019-07-24 12:58:05 +0000
commitd075e25e38c5925a563dbcb2d42413e4473d838a (patch)
treef92b49f69ba973ac2b3f4c13785bee0e9af9ff92
parentf60ef4f1c3a814d48d7d4757029fb7890b847fe8 (diff)
downloadeclipse.platform.releng.aggregator-d075e25e38c5925a563dbcb2d42413e4473d838a.tar.gz
eclipse.platform.releng.aggregator-d075e25e38c5925a563dbcb2d42413e4473d838a.tar.xz
eclipse.platform.releng.aggregator-d075e25e38c5925a563dbcb2d42413e4473d838a.zip
Bug 535531 - run o.e.pde.junit.runtime.tests in nightly
Change-Id: If14a8ded50e0bfb47547353824cd20bcae5ec967 Signed-off-by: Julian Honnen <julian.honnen@vector.com>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml3
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 62970c87a..787187422 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -712,6 +712,9 @@
name="org.eclipse.pde.ds.tests"
type="test" />
<logFile
+ name="org.eclipse.pde.junit.runtime.tests"
+ type="test" />
+ <logFile
name="org.eclipse.pde.ui.tests"
type="test" />
<logFile
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 07d11241c..5fcab67be 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -2086,6 +2086,12 @@
</target>
<target
+ name="pdejunit"
+ depends="init">
+ <runTests testPlugin="org.eclipse.pde.junit.runtime.tests" />
+ </target>
+
+ <target
name="bidi"
depends="init">
<runTests testPlugin="org.eclipse.equinox.bidi.tests" />
@@ -2461,6 +2467,7 @@
name="pde"
depends="init">
<antcall target="pdeds" />
+ <antcall target="pdejunit" />
<antcall target="pdeui" />
<antcall target="pdeua" />
<antcall target="pdeuitemplates" />

Back to the top