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

/gem5/ext/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
/gem5/ext/googletest/googlemock/
H A DMakefile.am50 lib_libgmock_main_la_SOURCES = src/gmock_main.cc
87 fused-src/gmock_main.cc \
174 msvc/2005/gmock_main.vcproj \
182 msvc/2010/gmock_main.vcxproj \
204 cp -f "$(srcdir)/src/gmock_main.cc" "$(srcdir)/fused-src"
/gem5/ext/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

Completed in 12 milliseconds