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:
parent
3615ece8be
commit
c85f211e0e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="cdt-core" depends="init">
|
<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="data-dir" value="${cdt-core-loc}"/>
|
||||||
<property name="plugin-name" value="org.eclipse.cdt.core.tests"/>
|
<property name="plugin-name" value="org.eclipse.cdt.core.tests"/>
|
||||||
<property name="classname" value="org.eclipse.cdt.core.suite.AutomatedIntegrationSuite"/>
|
<property name="classname" value="org.eclipse.cdt.core.suite.AutomatedIntegrationSuite"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue