Searched refs:gmock_main (Results 1 – 13 of 13) sorted by relevance
/external/google-breakpad/src/testing/ |
D | CMakeLists.txt | 68 # Defines the gmock & gmock_main libraries. User tests should link 79 cxx_library(gmock_main 83 src/gmock_main.cc) 104 cxx_test(gmock-actions_test gmock_main) 105 cxx_test(gmock-cardinalities_test gmock_main) 106 cxx_test(gmock-generated-actions_test gmock_main) 107 cxx_test(gmock-generated-function-mockers_test gmock_main) 108 cxx_test(gmock-generated-internal-utils_test gmock_main) 109 cxx_test(gmock-generated-matchers_test gmock_main) 110 cxx_test(gmock-internal-utils_test gmock_main) [all …]
|
D | Makefile.am | 46 lib_libgmock_main_la_SOURCES = src/gmock_main.cc 83 fused-src/gmock_main.cc \ 163 msvc/2005/gmock_main.vcproj \ 171 msvc/2010/gmock_main.vcxproj \
|
/external/google-breakpad/src/testing/make/ |
D | Makefile | 56 rm -f $(TESTS) gmock.a gmock_main.a *.o 82 gmock_main.o : $(GMOCK_SRCS_) 84 -c $(GMOCK_DIR)/src/gmock_main.cc 89 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o 97 gmock_test : gmock_test.o gmock_main.a
|
/external/google-breakpad/src/testing/msvc/2005/ |
D | gmock.sln | 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcproj", "{E4EF614B-3…
|
/external/google-breakpad/src/testing/msvc/2010/ |
D | gmock.sln | 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcxproj", "{E4EF614B-…
|
/external/pdfium/testing/ |
D | gmock.gyp | 48 'target_name': 'gmock_main', 54 'gmock/src/gmock_main.cc',
|
/external/v8/testing/ |
D | gmock.gyp | 59 'target_name': 'gmock_main', 65 'gmock/src/gmock_main.cc',
|
/external/google-breakpad/src/build/ |
D | testing.gypi | 80 'target_name': 'gmock_main', 86 '../testing/src/gmock_main.cc',
|
/external/v8/src/libplatform/ |
D | libplatform.gyp | 17 '../../testing/gmock.gyp:gmock_main',
|
/external/google-breakpad/src/client/windows/unittests/ |
D | testing.gyp | 70 '<(DEPTH)/testing/src/gmock_main.cc',
|
/external/google-breakpad/src/common/ |
D | common.gyp | 233 '../build/testing.gypi:gmock_main',
|
/external/ceres-solver/internal/ceres/ |
D | CMakeLists.txt | 204 ADD_LIBRARY(gtest gmock_gtest_all.cc gmock_main.cc)
|
/external/google-breakpad/src/testing/test/ |
D | gmock-spec-builders_test.cc | 2523 int gmock_main(int argc, char **argv) { function
|