1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Trying to fix the tests.

This commit is contained in:
Doug Schaefer 2007-06-12 18:17:24 +00:00
parent 9c181d8daf
commit 72d158df07

View file

@ -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"/>