Commit 4910d29e authored by zhanyong.wan's avatar zhanyong.wan
Browse files

Makes gmock-all.cc catch errors in fuse_gmock.py.

parent 2e7c475e
...@@ -35,6 +35,11 @@ ...@@ -35,6 +35,11 @@
// purpose is to allow a user to build Google Mock by compiling this // purpose is to allow a user to build Google Mock by compiling this
// file alone. // file alone.
// This line ensures that gmock.h can be compiled on its own, even
// when it's fused.
#include <gmock/gmock.h>
// The following lines pull in the real gmock *.cc files.
#include "src/gmock-cardinalities.cc" #include "src/gmock-cardinalities.cc"
#include "src/gmock-internal-utils.cc" #include "src/gmock-internal-utils.cc"
#include "src/gmock-matchers.cc" #include "src/gmock-matchers.cc"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment