mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed default error policy keeping only Boost.Test integration
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@535 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
0601689503
commit
032e3b8a70
3 changed files with 6 additions and 2 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
<ClInclude Include="..\..\turtle\detail\action.hpp" />
|
<ClInclude Include="..\..\turtle\detail\action.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\check.hpp" />
|
<ClInclude Include="..\..\turtle\detail\check.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\child.hpp" />
|
<ClInclude Include="..\..\turtle\detail\child.hpp" />
|
||||||
|
<ClInclude Include="..\..\turtle\detail\cleanup.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\context.hpp" />
|
<ClInclude Include="..\..\turtle\detail\context.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\expectation_base.hpp" />
|
<ClInclude Include="..\..\turtle\detail\expectation_base.hpp" />
|
||||||
<ClInclude Include="..\..\turtle\detail\expectation_template.hpp" />
|
<ClInclude Include="..\..\turtle\detail\expectation_template.hpp" />
|
||||||
|
|
|
||||||
|
|
@ -121,5 +121,8 @@
|
||||||
<ClInclude Include="..\..\turtle\detail\formatter.hpp">
|
<ClInclude Include="..\..\turtle\detail\formatter.hpp">
|
||||||
<Filter>Source Files\detail</Filter>
|
<Filter>Source Files\detail</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\turtle\detail\cleanup.hpp">
|
||||||
|
<Filter>Source Files\detail</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
#include "../config.hpp"
|
#include "../config.hpp"
|
||||||
#ifdef MOCK_USE_BOOST_TEST
|
#ifdef MOCK_USE_BOOST_TEST
|
||||||
#include "verify.hpp"
|
#include "../verify.hpp"
|
||||||
#include "reset.hpp"
|
#include "../reset.hpp"
|
||||||
#include <boost/test/unit_test_suite.hpp>
|
#include <boost/test/unit_test_suite.hpp>
|
||||||
|
|
||||||
namespace mock
|
namespace mock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue