summaryrefslogtreecommitdiffstats
path: root/googlemock/docs
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-06-19 20:06:37 (GMT)
committerGennadiy Civil <misterg@google.com>2019-06-19 20:06:37 (GMT)
commit2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c (patch)
tree3aae178be30b3dfac758df577b2a7b23847447f0 /googlemock/docs
parent39ea9e8a92f73af270711840eb001156feb85ac1 (diff)
parent1d721a7a9d58748b3f687b7ef56e9159881041df (diff)
downloadgoogletest-2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c.zip
googletest-2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c.tar.gz
googletest-2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c.tar.bz2
Merge branch 'master' of github.com:google/googletest
Diffstat (limited to 'googlemock/docs')
-rw-r--r--googlemock/docs/CookBook.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md
index ff7f69a..6b0228a 100644
--- a/googlemock/docs/CookBook.md
+++ b/googlemock/docs/CookBook.md
@@ -1,4 +1,6 @@
+## Google Mock Cookbook
+<!-- GOOGLETEST_CM0011 DO NOT DELETE -->
You can find recipes for using Google Mock here. If you haven't yet,
please read the [ForDummies](ForDummies.md) document first to make sure you understand
@@ -2820,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 #