Lines Matching refs:Google
46 ## The Google Test and Google Mock Communities ##
48 The Google Test community exists primarily through the
51 Likewise, the Google Mock community exists primarily through their own
59 Showing courtesy and respect to others is a vital part of the Google
60 culture, and we strongly encourage everyone participating in Google
73 As always, discuss Google Test in the official GoogleTest discussion group.
86 If you plan to contribute a patch, you need to build Google Test,
87 Google Mock, and their own tests from a git checkout, which has
97 ## Developing Google Test ##
99 This section discusses how to make your own changes to Google Test.
101 ### Testing Google Test Itself ###
104 functionality, you'll want to compile and run Google Test's own tests.
111 Make sure you have Python installed, as some of Google Test's tests
119 Next, you can build Google Test and all of its own tests. On \*nix,
128 Some of Google Test's source files are generated from templates (not
139 ## Developing Google Mock ###
141 This section discusses how to make your own changes to Google Mock.
143 #### Testing Google Mock Itself ####
146 functionality, you'll want to compile and run Google Test's own tests.
148 the instructions above to configure Google Mock.
153 Once you have successfully configured Google Mock, the build steps are
159 Note that when building your project against Google Mock, you are building
160 against Google Test as well. There is no need to configure Google Test