diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-12-15 15:49:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 15:49:46 -0500 |
commit | f6c44fe3180af1ae58d10681732d21f9505e04c2 (patch) | |
tree | bff54491d71c37763898e78746077f8f5b4a09e4 /googlemock/README.md | |
parent | a30e15b144b7669e8eb0801b67708c5137677e9a (diff) | |
parent | 1865ecaf1779c2a2f210ca3768aa030206ef74ba (diff) | |
download | googletest-f6c44fe3180af1ae58d10681732d21f9505e04c2.tar.gz googletest-f6c44fe3180af1ae58d10681732d21f9505e04c2.tar.bz2 googletest-f6c44fe3180af1ae58d10681732d21f9505e04c2.zip |
Merge branch 'master' into fix-issue-776-support-autoconf-as-submodule
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 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" |