diff options
Diffstat (limited to 'production')
-rw-r--r-- | production/testScripts/configuration/sdk.tests/testScripts/test.xml | 7 |
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 1158702df..0d5c791f6 100644 --- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml +++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml @@ -2104,6 +2104,12 @@ </target> <target + name="uipluginchecks" + depends="init"> + <runTests testPlugin="org.eclipse.ui.tests.pluginchecks" /> + </target> + + <target name="all" depends="init"> <!-- @@ -2306,6 +2312,7 @@ <antcall target="uieditors" /> <antcall target="uinavigator" /> <antcall target="uiworkbenchtexteditor" /> + <antcall target="uipluginchecks" /> <antcall target="genericEditor" /> <antcall target="equinoxhttpservlet" /> |