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:
mat007 2014-04-26 07:06:50 +00:00
parent cf22b638e2
commit 30dadf0c61

View file

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