mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@256 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
96cfc3d2c8
commit
1f0b12e990
1 changed files with 2 additions and 2 deletions
|
|
@ -25,15 +25,16 @@
|
||||||
<for param="file">
|
<for param="file">
|
||||||
<fileset dir="${tests.dir}/errors_test" includes="*.cpp"/>
|
<fileset dir="${tests.dir}/errors_test" includes="*.cpp"/>
|
||||||
<sequential>
|
<sequential>
|
||||||
|
<record name="${reports.dir}/errors-${platform}.log" action="start" append="true"/>
|
||||||
<ant target="-analyser">
|
<ant target="-analyser">
|
||||||
<property name="analyser-file" value="@{file}"/>
|
<property name="analyser-file" value="@{file}"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
<record name="${reports.dir}/errors-${platform}.log" action="stop"/>
|
||||||
</sequential>
|
</sequential>
|
||||||
</for>
|
</for>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="-analyser">
|
<target name="-analyser">
|
||||||
<record name="${reports.dir}/errors-${platform}.log" action="start" append="true"/>
|
|
||||||
<trycatch>
|
<trycatch>
|
||||||
<try>
|
<try>
|
||||||
<build-test name="errors" excludes="**" depends="boost">
|
<build-test name="errors" excludes="**" depends="boost">
|
||||||
|
|
@ -41,7 +42,6 @@
|
||||||
</build-test>
|
</build-test>
|
||||||
</try>
|
</try>
|
||||||
</trycatch>
|
</trycatch>
|
||||||
<record name="${reports.dir}/errors-${platform}.log" action="stop"/>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="bench" description="build compilation benchmark">
|
<target name="bench" description="build compilation benchmark">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue