Home
last modified time | relevance | path

Searched refs:gmock_main (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/testing/
DCMakeLists.txt68 # 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 …]
DMakefile.am46 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/
DMakefile56 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/
Dgmock.sln8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcproj", "{E4EF614B-3…
/external/google-breakpad/src/testing/msvc/2010/
Dgmock.sln8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcxproj", "{E4EF614B-…
/external/pdfium/testing/
Dgmock.gyp48 'target_name': 'gmock_main',
54 'gmock/src/gmock_main.cc',
/external/v8/testing/
Dgmock.gyp59 'target_name': 'gmock_main',
65 'gmock/src/gmock_main.cc',
/external/google-breakpad/src/build/
Dtesting.gypi80 'target_name': 'gmock_main',
86 '../testing/src/gmock_main.cc',
/external/v8/src/libplatform/
Dlibplatform.gyp17 '../../testing/gmock.gyp:gmock_main',
/external/google-breakpad/src/client/windows/unittests/
Dtesting.gyp70 '<(DEPTH)/testing/src/gmock_main.cc',
/external/google-breakpad/src/common/
Dcommon.gyp233 '../build/testing.gypi:gmock_main',
/external/ceres-solver/internal/ceres/
DCMakeLists.txt204 ADD_LIBRARY(gtest gmock_gtest_all.cc gmock_main.cc)
/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc2523 int gmock_main(int argc, char **argv) { function