OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmock_main
(Results
1 - 3
of
3
) sorted by null
/external/chromium/testing/gmock/
CMakeLists.txt
73
# Defines the gmock &
gmock_main
libraries. User tests should link
82
cxx_library(
gmock_main
"${cxx_strict}" src/
gmock_main
.cc)
83
target_link_libraries(
gmock_main
gmock)
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
)
[
all
...]
/external/chromium/testing/gmock/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/chromium/testing/gmock/test/
gmock-spec-builders_test.cc
2472
int
gmock_main
(int argc, char **argv) {
function
[
all
...]
Completed in 39 milliseconds