diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2019-06-17 15:05:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 15:05:13 (GMT) |
commit | fd20d1eccef66e0027450f73b729c49453101b89 (patch) | |
tree | c008760776697ba58d959008c47b867cbb88646e /googlemock/docs | |
parent | e110929a7b496714c1f6f6be2edcf494a18e5676 (diff) | |
parent | 41961e9e0586cc3bf200dbc3c3f7e6b5e651d27b (diff) | |
download | googletest-fd20d1eccef66e0027450f73b729c49453101b89.zip googletest-fd20d1eccef66e0027450f73b729c49453101b89.tar.gz googletest-fd20d1eccef66e0027450f73b729c49453101b89.tar.bz2 |
Merge pull request #2286 from gennadiycivil/master
Removing make and automake.
Diffstat (limited to 'googlemock/docs')
-rw-r--r-- | googlemock/docs/CookBook.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md index 2fb87fb..6b0228a 100644 --- a/googlemock/docs/CookBook.md +++ b/googlemock/docs/CookBook.md @@ -2822,9 +2822,7 @@ and you should see an `OUTPUT_DIR` directory being created with files `gtest/gtest.h`, `gmock/gmock.h`, and `gmock-gtest-all.cc` in it. These three files contain everything you need to use Google Mock (and Google Test). Just copy them to anywhere you want and you are ready -to write tests and use mocks. You can use the -[make/Makefile](../make/Makefile) file as an example on how to compile your tests -against them. +to write tests and use mocks. # Extending Google Mock # |