mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Toying with PP
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@481 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
f2a617882b
commit
24e618ee8c
2 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,6 @@
|
||||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
#include "expectation_base.hpp"
|
|
||||||
|
|
||||||
#define MOCK_EXPECTATION_TYPEDEF(z, n, d) \
|
#define MOCK_EXPECTATION_TYPEDEF(z, n, d) \
|
||||||
typedef T##n arg##n##_type;
|
typedef T##n arg##n##_type;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
#include "invocation.hpp"
|
#include "invocation.hpp"
|
||||||
#include "constraints.hpp"
|
#include "constraints.hpp"
|
||||||
#include "sequence.hpp"
|
#include "sequence.hpp"
|
||||||
|
#include "expectation_base.hpp"
|
||||||
#include "detail/verifiable.hpp"
|
#include "detail/verifiable.hpp"
|
||||||
#include "detail/type_name.hpp"
|
#include "detail/type_name.hpp"
|
||||||
#include "detail/context.hpp"
|
#include "detail/context.hpp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue