mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
parent
8b5623bc1d
commit
4c013650ed
14 changed files with 19 additions and 19 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue