mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Changed project layout
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@464 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
ddb7265cf1
commit
946d1f6874
1 changed files with 7 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<touch file="${reports.dir}/errors-${platform}.log"/>
|
||||
</quiet>
|
||||
<for param="file">
|
||||
<fileset dir="${tests.dir}/errors_test" includes="*.cpp"/>
|
||||
<fileset dir="${tests.dir}/test" includes="fail*.cpp"/>
|
||||
<sequential>
|
||||
<record name="${reports.dir}/errors-${platform}.log" action="start" append="true"/>
|
||||
<ant target="-analyse">
|
||||
|
|
@ -150,6 +150,12 @@
|
|||
<replaceregexp match="(}${line.separator}${line.separator}#endif //)" replace="}${line.separator}\1" flags="g">
|
||||
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
|
||||
</replaceregexp>
|
||||
<replaceregexp match="(}${line.separator}${line.separator}#define)" replace="}${line.separator}\1" flags="g">
|
||||
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
|
||||
</replaceregexp>
|
||||
<replaceregexp match="(mock::)" replace="boost::\1" flags="g">
|
||||
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
|
||||
</replaceregexp>
|
||||
</target>
|
||||
|
||||
<target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue