More Boost.Mock generation

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@469 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-06-22 17:21:44 +00:00
parent a09b491446
commit a6677f33d6
5 changed files with 96 additions and 4 deletions

View file

@ -125,10 +125,10 @@
<copy todir="${boost.dir}/boost/mock">
<fileset dir="${libraries.dir}/turtle" includes="**"/>
</copy>
<copy todir="${boost.dir}/libs/mock/test">
<fileset dir="${tests.dir}/test" includes="**"/>
<fileset dir="boost" includes="Jamfile.jam"/>
</copy>
<copy todir="${boost.dir}/libs/mock">
<fileset dir="${tests.dir}" includes="test/**"/>
<fileset dir="boost" includes="test/**,doc/**,index.html"/>
</copy>
<copy todir="${boost.dir}">
<fileset dir="boost" includes="LICENSE_1_0.txt,Jamroot.jam,Jamfile.v2"/>
</copy>