gmock_all_test.cc (googletest-release-1.11.0) | : | gmock_all_test.cc (googletest-release-1.12.0) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
// 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-internal-utils_test.cc" | #include "test/gmock-internal-utils_test.cc" | |||
#include "test/gmock-matchers_test.cc" | #include "test/gmock-matchers-arithmetic_test.cc" | |||
#include "test/gmock-matchers-comparisons_test.cc" | ||||
#include "test/gmock-matchers-containers_test.cc" | ||||
#include "test/gmock-matchers-misc_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. | ||||
1 lines changed or deleted | 4 lines changed or added |