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"> <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">