Lines Matching refs:Test
47 ## The Google Test and Google Mock Communities
49 The Google Test community exists primarily through the
60 and we strongly encourage everyone participating in Google Test development to
72 As always, discuss Google Test in the official GoogleTest discussion group. You
88 If you plan to contribute a patch, you need to build Google Test, Google Mock,
95 ## Developing Google Test and Google Mock
97 This section discusses how to make your own changes to the Google Test project.
99 ### Testing Google Test and Google Mock Themselves
102 functionality, you'll want to compile and run Google Test and GoogleMock's own
111 To choose between building only Google Test or Google Mock, you may modify your
115 cmake -Dgtest_build_tests=ON ${GTEST_DIR} # sets up Google Test tests
119 Make sure you have Python installed, as some of Google Test's tests are written
128 Next, you can build Google Test and / or Google Mock and all desired tests. On