mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Trying to fix the tests.
This commit is contained in:
parent
9c181d8daf
commit
72d158df07
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,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