From 6b8c13815496df183e2247a9375c8dfedefdddc2 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Thu, 13 Jun 2019 13:49:42 -0400 Subject: Removing make and automake. The only supported build systems are Bazel internally and CMake community supported --- googlemock/docs/CookBook.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'googlemock/docs/CookBook.md') diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md index ff7f69aa..61eedb43 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 # -- cgit v1.2.3 From cd6b9ae3243985d4dc725abd513a874ab4161f3e Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Fri, 14 Jun 2019 11:12:17 -0400 Subject: googlemock/docs/CookBook.md small doc test --- googlemock/docs/CookBook.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'googlemock/docs/CookBook.md') diff --git a/googlemock/docs/CookBook.md b/googlemock/docs/CookBook.md index ff7f69aa..2fb87fb2 100644 --- a/googlemock/docs/CookBook.md +++ b/googlemock/docs/CookBook.md @@ -1,4 +1,6 @@ +## Google Mock Cookbook + 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 -- cgit v1.2.3