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:
mat007 2011-04-12 12:34:22 +00:00
parent f9df9c3362
commit 43188dcefb
3 changed files with 3 additions and 1 deletions

View file

@ -1,2 +1,2 @@
extensions = svn extensions = svn,headers
platform = vc80 platform = vc80

View file

@ -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>

View file

@ -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