gmock_all_test.cc (googletest-release-1.10.0) | : | gmock_all_test.cc (googletest-release-1.11.0) | ||
---|---|---|---|---|
skipping to change at line 40 | skipping to change at line 40 | |||
// | // | |||
// Tests for Google C++ Mocking Framework (Google Mock) | // Tests for Google C++ Mocking Framework (Google Mock) | |||
// | // | |||
// Some users use a build system that Google Mock doesn't support directly, | // Some users use a build system that Google Mock doesn't support directly, | |||
// yet they still want to build and run Google Mock's own tests. This file | // 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 | // 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 | // their build scripts (they just need to build this file, even though the | |||
// below list of actual *_test.cc files might change). | // 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-function-mockers_test.cc" | ||||
#include "test/gmock-generated-matchers_test.cc" | ||||
#include "test/gmock-internal-utils_test.cc" | #include "test/gmock-internal-utils_test.cc" | |||
#include "test/gmock-matchers_test.cc" | #include "test/gmock-matchers_test.cc" | |||
#include "test/gmock-more-actions_test.cc" | #include "test/gmock-more-actions_test.cc" | |||
#include "test/gmock-nice-strict_test.cc" | #include "test/gmock-nice-strict_test.cc" | |||
#include "test/gmock-port_test.cc" | #include "test/gmock-port_test.cc" | |||
#include "test/gmock-spec-builders_test.cc" | #include "test/gmock-spec-builders_test.cc" | |||
#include "test/gmock_test.cc" | #include "test/gmock_test.cc" | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 0 lines changed or added |