diff options
Diffstat (limited to 'googlemock/g3doc/includes/g3_BUILD_rule.md')
-rw-r--r-- | googlemock/g3doc/includes/g3_BUILD_rule.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/googlemock/g3doc/includes/g3_BUILD_rule.md b/googlemock/g3doc/includes/g3_BUILD_rule.md deleted file mode 100644 index 82e2ca79..00000000 --- a/googlemock/g3doc/includes/g3_BUILD_rule.md +++ /dev/null @@ -1,17 +0,0 @@ -## BUILD Rule - -Add *one* of the following to your `deps`: - -```build -"//testing/base/public:gunit", -"//testing/base/public:gtest_main", -``` - -Add this to your `.cc` file: - -```cpp -#include "gmock/gmock.h" -``` - -Unless noted, *all functions and classes* are defined in the `::testing` -namespace. |