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

Fixed ant target for codan test

This commit is contained in:
Alena Laskavaia 2010-05-12 00:38:45 +00:00
parent e0cd13ae73
commit 9d1ca32d39

View file

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