1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

The tests seem to need UI loaded to run properly.

This commit is contained in:
Doug Schaefer 2005-02-02 16:11:02 +00:00
parent 3615ece8be
commit c85f211e0e

View file

@ -18,7 +18,7 @@
</target>
<target name="cdt-core" depends="init">
<ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="data-dir" value="${cdt-core-loc}"/>
<property name="plugin-name" value="org.eclipse.cdt.core.tests"/>
<property name="classname" value="org.eclipse.cdt.core.suite.AutomatedIntegrationSuite"/>