Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
b72d18ca
Commit
b72d18ca
authored
Dec 03, 2013
by
kosak
Browse files
Clarify the rationale for gmock_all_test.cc, and pull in gtest 669
parent
5f2a6ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
test/gmock_all_test.cc
test/gmock_all_test.cc
+5
-2
No files found.
test/gmock_all_test.cc
View file @
b72d18ca
...
@@ -31,8 +31,11 @@
...
@@ -31,8 +31,11 @@
//
//
// Tests for Google C++ Mocking Framework (Google Mock)
// Tests for Google C++ Mocking Framework (Google Mock)
//
//
// Sometimes it's desirable to build most of Google Mock's own tests
// Some users use a build system that Google Mock doesn't support directly,
// by compiling a single file. This file serves this purpose.
// yet they still want to build and run Google Mock's own tests. This file
// includes most such tests, making it easier for these users to maintain
// their build scripts (they just need to build this file, even though the
// below list of actual *_test.cc files might change).
#include "test/gmock-actions_test.cc"
#include "test/gmock-actions_test.cc"
#include "test/gmock-cardinalities_test.cc"
#include "test/gmock-cardinalities_test.cc"
#include "test/gmock-generated-actions_test.cc"
#include "test/gmock-generated-actions_test.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