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:
mat007 2012-06-15 22:15:54 +00:00
parent ddb7265cf1
commit 946d1f6874

View file

@ -40,7 +40,7 @@
<touch file="${reports.dir}/errors-${platform}.log"/> <touch file="${reports.dir}/errors-${platform}.log"/>
</quiet> </quiet>
<for param="file"> <for param="file">
<fileset dir="${tests.dir}/errors_test" includes="*.cpp"/> <fileset dir="${tests.dir}/test" includes="fail*.cpp"/>
<sequential> <sequential>
<record name="${reports.dir}/errors-${platform}.log" action="start" append="true"/> <record name="${reports.dir}/errors-${platform}.log" action="start" append="true"/>
<ant target="-analyse"> <ant target="-analyse">
@ -150,6 +150,12 @@
<replaceregexp match="(}${line.separator}${line.separator}#endif //)" replace="}${line.separator}\1" flags="g"> <replaceregexp match="(}${line.separator}${line.separator}#endif //)" replace="}${line.separator}\1" flags="g">
<fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/> <fileset dir="${boost.dir}" includes="**/*.hpp,**/*.cpp"/>
</replaceregexp> </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>
<target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/> <target name="all" depends="configure,test,bench,reports,export,package" description="configure, build and run tests and benchmark, export and package distribution"/>