Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.cdt.testing/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.testing/test.xml b/releng/org.eclipse.cdt.testing/test.xml
index f7229e33084..692d2064581 100644
--- a/releng/org.eclipse.cdt.testing/test.xml
+++ b/releng/org.eclipse.cdt.testing/test.xml
@@ -36,7 +36,7 @@
<target name="suite">
<antcall target="cdt-core"/>
-
+ <antcall target="cdt-ui"/>
</target>
</project>

Back to the top