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