mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 10:25:32 +02:00
Fixed ant target for codan test
This commit is contained in:
parent
e0cd13ae73
commit
9d1ca32d39
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="cdt-codan" depends="init">
|
<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="data-dir" value="${eclipse-home}/cdt_codan_folder"/>
|
||||||
<property name="plugin-name" value="org.eclipse.cdt.codan.test"/>
|
<property name="plugin-name" value="org.eclipse.cdt.codan.test"/>
|
||||||
<property name="classname" value="org.eclipse.cdt.codan.core.test.AutomatedIntegrationSuite"/>
|
<property name="classname" value="org.eclipse.cdt.codan.core.test.AutomatedIntegrationSuite"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue