mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added headers integrity check
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@291 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
f9df9c3362
commit
43188dcefb
3 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
extensions = svn
|
extensions = svn,headers
|
||||||
platform = vc80
|
platform = vc80
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test" description="run unit tests">
|
<target name="test" description="run unit tests">
|
||||||
|
<build-lib name="turtle" depends="boost" mode="release"/>
|
||||||
<build-test name="turtle" depends="boost" mode="all">
|
<build-test name="turtle" depends="boost" mode="all">
|
||||||
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
|
<compilerarg value="-Wno-uninitialized" location="mid" if="is-cygwin"/>
|
||||||
</build-test>
|
</build-test>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
#include "log.hpp"
|
#include "log.hpp"
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
#include <boost/concept_check.hpp>
|
#include <boost/concept_check.hpp>
|
||||||
|
#include <boost/noncopyable.hpp>
|
||||||
#include <boost/ref.hpp>
|
#include <boost/ref.hpp>
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue