summaryrefslogtreecommitdiffstats
path: root/googlemock/docs
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-06-13 17:49:42 (GMT)
committerGennadiy Civil <misterg@google.com>2019-06-13 17:49:42 (GMT)
commit6b8c13815496df183e2247a9375c8dfedefdddc2 (patch)
tree44e40b78596709bdd899b03e1dbc4a24eacc42e6 /googlemock/docs
parent26afdba792e52cac00ce11644c3c0b1789c40bf7 (diff)
downloadgoogletest-6b8c13815496df183e2247a9375c8dfedefdddc2.zip
googletest-6b8c13815496df183e2247a9375c8dfedefdddc2.tar.gz
googletest-6b8c13815496df183e2247a9375c8dfedefdddc2.tar.bz2
Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
Diffstat (limited to 'googlemock/docs')
-rw-r--r--googlemock/docs/CookBook.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md
index ff7f69a..61eedb4 100644
--- a/googlemock/docs/CookBook.md
+++ b/googlemock/docs/CookBook.md
@@ -2820,9 +2820,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 #