Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index c88032bed..c4f77f9c9 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1705,6 +1705,12 @@
depends="init">
<runTests testPlugin="org.eclipse.pde.ui.tests" />
</target>
+
+ <target
+ name="pdeua"
+ depends="init">
+ <runTests testPlugin="org.eclipse.pde.ua.tests" />
+ </target>
<target
name="pdeuitemplates"
@@ -2154,6 +2160,7 @@
depends="init">
<antcall target="pdeds" />
<antcall target="pdeui" />
+ <antcall target="pdeua" />
<antcall target="pdeuitemplates" />
<antcall target="pdegenericeditor" />
</target>

Back to the top