aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-11-10 19:16:27 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-11-10 19:16:27 +0000
commit4910d29e1e1eed4f6946871168a234be5b490163 (patch)
tree8307da677eb7ce4986a99737173cfc5af614d72f /src
parent2e7c475e1611ee9bf2ac9d6e63eeef59614bf2ca (diff)
downloadgoogletest-4910d29e1e1eed4f6946871168a234be5b490163.tar.gz
googletest-4910d29e1e1eed4f6946871168a234be5b490163.tar.bz2
googletest-4910d29e1e1eed4f6946871168a234be5b490163.zip
Makes gmock-all.cc catch errors in fuse_gmock.py.
Diffstat (limited to 'src')
-rw-r--r--src/gmock-all.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gmock-all.cc b/src/gmock-all.cc
index a14c397d..c9223fce 100644
--- a/src/gmock-all.cc
+++ b/src/gmock-all.cc
@@ -35,6 +35,11 @@
// purpose is to allow a user to build Google Mock by compiling this
// 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-internal-utils.cc"
#include "src/gmock-matchers.cc"