Searched refs:gmock_main (Results 1 - 9 of 9) sorted by relevance

/external/v8/testing/gmock/
H A DCMakeLists.txt78 # Defines the gmock & gmock_main libraries. User tests should link
89 cxx_library(gmock_main
93 src/gmock_main.cc)
114 cxx_test(gmock-actions_test gmock_main)
115 cxx_test(gmock-cardinalities_test gmock_main)
116 cxx_test(gmock_ex_test gmock_main)
117 cxx_test(gmock-generated-actions_test gmock_main)
118 cxx_test(gmock-generated-function-mockers_test gmock_main)
119 cxx_test(gmock-generated-internal-utils_test gmock_main)
120 cxx_test(gmock-generated-matchers_test gmock_main)
[all...]
/external/google-breakpad/src/testing/
H A 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...]
/external/googletest/googlemock/
H A DCMakeLists.txt78 # Defines the gmock & gmock_main libraries. User tests should link
89 cxx_library(gmock_main
93 src/gmock_main.cc)
100 target_include_directories(gmock_main INTERFACE "${gmock_SOURCE_DIR}/include")
106 install(TARGETS gmock gmock_main
130 cxx_test(gmock-actions_test gmock_main)
131 cxx_test(gmock-cardinalities_test gmock_main)
132 cxx_test(gmock_ex_test gmock_main)
133 cxx_test(gmock-generated-actions_test gmock_main)
134 cxx_test(gmock-generated-function-mockers_test gmock_main)
[all...]
/external/google-breakpad/src/testing/make/
H A DMakefile56 rm -f $(TESTS) gmock.a gmock_main.a *.o
58 # Builds gmock.a and gmock_main.a. These libraries contain both
60 # or gmock_main.a, depending on whether it defines its own main()
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/googletest/googlemock/make/
H A DMakefile59 rm -f $(TESTS) gmock.a gmock_main.a *.o
61 # Builds gmock.a and gmock_main.a. These libraries contain both
63 # or gmock_main.a, depending on whether it defines its own main()
85 gmock_main.o : $(GMOCK_SRCS_)
87 -c $(GMOCK_DIR)/src/gmock_main.cc
92 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o
100 gmock_test : gmock_test.o gmock_main.a
/external/v8/testing/gmock/make/
H A DMakefile59 rm -f $(TESTS) gmock.a gmock_main.a *.o
61 # Builds gmock.a and gmock_main.a. These libraries contain both
63 # or gmock_main.a, depending on whether it defines its own main()
85 gmock_main.o : $(GMOCK_SRCS_)
87 -c $(GMOCK_DIR)/src/gmock_main.cc
92 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o
100 gmock_test : gmock_test.o gmock_main.a
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc2519 // Allows the user to define his own main and then invoke gmock_main
2523 int gmock_main(int argc, char **argv) { function
/external/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2628 // Allows the user to define his own main and then invoke gmock_main
2632 int gmock_main(int argc, char **argv) { function
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc2628 // Allows the user to define his own main and then invoke gmock_main
2632 int gmock_main(int argc, char **argv) { function

Completed in 1268 milliseconds