Home | History | Annotate | Download | only in googlemock

Lines Matching refs:library

146 This works because `gmock_main` library is compiled with Google Test.
190 build Google Mock, create a library build target (or a project as
226 Mock's own tests. Instead, it just builds the Google Mock library and
247 build the library and tests (or open the gmock.sln in the MSVC IDE).
270 ### Choosing a TR1 Tuple Library ###
272 Google Mock uses the C++ Technical Report 1 (TR1) tuple library
279 Usually you don't need to care about which tuple library Google Test
282 library the rest of your project uses, or the two tuple
289 their own tuple library, just add
295 If you want to use Boost's TR1 tuple library with Google Mock, please
299 ### As a Shared Library (DLL) ###
302 library for the simplicity. Google Mock can be used as a DLL, but the
322 tuple library. See the instructions in section "[Choosing a TR1 Tuple
323 Library](../googletest/#choosing-a-tr1-tuple-library)".
327 On platforms where the pthread library is available, Google Test and