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

Nope, that didn't do it. Reverting back to core-test.

This commit is contained in:
Doug Schaefer 2005-02-02 20:08:27 +00:00
parent 1e95e361b6
commit 5dbc308445

View file

@ -18,7 +18,7 @@
</target>
<target name="cdt-core" depends="init">
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<ant target="core-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"/>