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 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