Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
4910d29e
"googlemock/include/vscode:/vscode.git/clone" did not exist on "b49266606875a8fa6cac79a05002d490a9a2af07"
Commit
4910d29e
authored
Nov 10, 2009
by
zhanyong.wan
Browse files
Makes gmock-all.cc catch errors in fuse_gmock.py.
parent
2e7c475e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/gmock-all.cc
src/gmock-all.cc
+5
-0
No files found.
src/gmock-all.cc
View file @
4910d29e
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment