mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Do not define mock::exception when not MOCK_USE_BOOST_TEST
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@724 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
cf22b638e2
commit
30dadf0c61
1 changed files with 1 additions and 1 deletions
|
|
@ -10,8 +10,8 @@
|
|||
#define MOCK_ERROR_HPP_INCLUDED
|
||||
|
||||
#include "config.hpp"
|
||||
#include "exception.hpp"
|
||||
#ifdef MOCK_USE_BOOST_TEST
|
||||
#include "exception.hpp"
|
||||
#include <boost/test/framework.hpp>
|
||||
#include <boost/test/test_tools.hpp>
|
||||
#include <boost/test/unit_test_suite.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue