Moved applications/turtle_bench to tests/bench_test

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@325 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-05-11 20:08:19 +00:00
parent 8b5623bc1d
commit 4c013650ed
14 changed files with 19 additions and 19 deletions

View file

@ -65,10 +65,10 @@
<quiet>
<delete file="${reports.dir}/benchmark-${platform}.log"/>
<touch file="${reports.dir}/benchmark-${platform}.log"/>
<delete dir="${out.dir}/turtle_bench"/>
<delete dir="${out.dir}/bench_test"/>
</quiet>
<for param="file">
<fileset dir="${applications.dir}/turtle_bench" includes="*.cpp"/>
<fileset dir="${tests.dir}/bench_test" includes="*.cpp"/>
<sequential>
<record name="${reports.dir}/benchmark-${platform}.log" action="start" append="true"/>
<ant target="-bench">
@ -83,7 +83,7 @@
<echo>${file}</echo>
<stopwatch name="bench"/>
<quiet>
<compile name="bench" input="${applications.dir}/turtle_bench" outdir="${out.dir}/turtle_bench" excludes="**">
<compile name="bench" input="${tests.dir}/bench_test" outdir="${out.dir}/bench_test" excludes="**">
<includepath path="${libraries.dir}"/>
<fileset file="${file}"/>
</compile>