HomeSort by relevance Sort by last modified time
    Searched refs:gmock_main (Results 1 - 9 of 9) sorted by null

  /external/v8/testing/gmock/
CMakeLists.txt 78 # 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/
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...]
  /external/googletest/googlemock/
CMakeLists.txt 78 # 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/
Makefile 56 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/
Makefile 59 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/
Makefile 59 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/
gmock-spec-builders_test.cc 2523 int gmock_main(int argc, char **argv) { function
    [all...]
  /external/googletest/googlemock/test/
gmock-spec-builders_test.cc 2632 int gmock_main(int argc, char **argv) { function
    [all...]
  /external/v8/testing/gmock/test/
gmock-spec-builders_test.cc 2632 int gmock_main(int argc, char **argv) { function
    [all...]

Completed in 234 milliseconds