git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@256 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-03-18 17:18:19 +00:00
parent 96cfc3d2c8
commit 1f0b12e990

View file

@ -25,15 +25,16 @@
<for param="file">
<fileset dir="${tests.dir}/errors_test" includes="*.cpp"/>
<sequential>
<record name="${reports.dir}/errors-${platform}.log" action="start" append="true"/>
<ant target="-analyser">
<property name="analyser-file" value="@{file}"/>
</ant>
<record name="${reports.dir}/errors-${platform}.log" action="stop"/>
</sequential>
</for>
</target>
<target name="-analyser">
<record name="${reports.dir}/errors-${platform}.log" action="start" append="true"/>
<trycatch>
<try>
<build-test name="errors" excludes="**" depends="boost">
@ -41,7 +42,6 @@
</build-test>
</try>
</trycatch>
<record name="${reports.dir}/errors-${platform}.log" action="stop"/>
</target>
<target name="bench" description="build compilation benchmark">