Refactored error traces generation

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@293 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-04-12 20:36:26 +00:00
parent 3aa4ad9d12
commit ac409e0c56

View file

@ -38,9 +38,10 @@
<trycatch>
<try>
<echo>${file}</echo>
<build-test name="errors" excludes="**" depends="boost">
<compile name="errors" input="${tests.dir}/errors_test" outdir="${out.dir}/errors_test" excludes="**">
<includepath path="${libraries.dir}"/>
<fileset file="${file}"/>
</build-test>
</compile>
</try>
</trycatch>
</target>