aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/README.md
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@google.com>2017-12-11 19:33:27 -0500
committerCarlos O'Ryan <coryan@google.com>2017-12-11 19:33:27 -0500
commit23a014ab578682ae11c3e68c77a1cde3b77f7a90 (patch)
tree4be276a49a00388a46ecbff0f52161af509aceb8 /googlemock/README.md
parentc82cd5e41e3755fc9ed65912ca3acaae69921dbb (diff)
downloadgoogletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.gz
googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.bz2
googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.zip
Refactor docs about contributions to CONTRIBUTING.md.
Per the review comments.
Diffstat (limited to 'googlemock/README.md')
-rw-r--r--googlemock/README.md32
1 files changed, 0 insertions, 32 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index f941f158..1170cfab 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -337,38 +337,6 @@ use the new matcher API (
[polymorphic](./docs/CookBook.md#writing-new-polymorphic-matchers)).
Matchers defined using `MATCHER()` or `MATCHER_P*()` aren't affected.
-### Developing Google Mock ###
-
-This section discusses how to make your own changes to Google Mock.
-
-#### Testing Google Mock Itself ####
-
-To make sure your changes work as intended and don't break existing
-functionality, you'll want to compile and run Google Test's own tests.
-For that you'll need Autotools. First, make sure you have followed
-the instructions above to configure Google Mock.
-Then, create a build output directory and enter it. Next,
-
- ${GMOCK_DIR}/configure # try --help for more info
-
-Once you have successfully configured Google Mock, the build steps are
-standard for GNU-style OSS packages.
-
- make # Standard makefile following GNU conventions
- make check # Builds and runs all tests - all should pass.
-
-Note that when building your project against Google Mock, you are building
-against Google Test as well. There is no need to configure Google Test
-separately.
-
-#### Contributing a Patch ####
-
-We welcome patches.
-Please read the [Developer's Guide](docs/DevGuide.md)
-for how you can contribute. In particular, make sure you have signed
-the Contributor License Agreement, or we won't be able to accept the
-patch.
-
Happy testing!
[gtest_readme]: ../googletest/README.md "googletest"