diff options
author | Carlos O'Ryan <coryan@google.com> | 2017-12-12 00:33:27 (GMT) |
---|---|---|
committer | Carlos O'Ryan <coryan@google.com> | 2017-12-12 00:33:27 (GMT) |
commit | 23a014ab578682ae11c3e68c77a1cde3b77f7a90 (patch) | |
tree | 4be276a49a00388a46ecbff0f52161af509aceb8 /googlemock/README.md | |
parent | c82cd5e41e3755fc9ed65912ca3acaae69921dbb (diff) | |
download | googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.zip googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.gz googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.bz2 |
Refactor docs about contributions to CONTRIBUTING.md.
Per the review comments.
Diffstat (limited to 'googlemock/README.md')
-rw-r--r-- | googlemock/README.md | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index f941f15..1170cfa 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" |