• Home
  • Raw
  • Download

Lines Matching full:gtest

9   include/gtest/gtest-param-test.h.pump \
10 include/gtest/internal/gtest-param-util-generated.h.pump \
11 include/gtest/internal/gtest-tuple.h.pump \
12 include/gtest/internal/gtest-type-util.h.pump \
19 # gtest source files that we don't compile directly. They are
20 # #included by gtest-all.cc.
22 src/gtest-death-test.cc \
23 src/gtest-filepath.cc \
24 src/gtest-internal-inl.h \
25 src/gtest-port.cc \
26 src/gtest-printers.cc \
27 src/gtest-test-part.cc \
28 src/gtest-typed-test.cc \
29 src/gtest.cc
47 test/gtest-death-test_ex_test.cc \
48 test/gtest-death-test_test.cc \
49 test/gtest-filepath_test.cc \
50 test/gtest-linked_ptr_test.cc \
51 test/gtest-listener_test.cc \
52 test/gtest-message_test.cc \
53 test/gtest-options_test.cc \
54 test/gtest-param-test2_test.cc \
55 test/gtest-param-test2_test.cc \
56 test/gtest-param-test_test.cc \
57 test/gtest-param-test_test.cc \
58 test/gtest-param-test_test.h \
59 test/gtest-port_test.cc \
60 test/gtest-printers_test.cc \
61 test/gtest-test-part_test.cc \
62 test/gtest-tuple_test.cc \
63 test/gtest-typed-test2_test.cc \
64 test/gtest-typed-test_test.cc \
65 test/gtest-typed-test_test.h \
66 test/gtest-unittest-api_test.cc \
121 msvc/gtest-md.sln \
122 msvc/gtest-md.vcproj \
123 msvc/gtest.sln \
124 msvc/gtest.vcproj \
143 xcode/gtest.xcodeproj/project.pbxproj
156 codegear/gtest.cbproj \
157 codegear/gtest.groupproj \
165 m4data_DATA = m4/gtest.m4
183 lib_libgtest_la_SOURCES = src/gtest-all.cc
186 include/gtest/gtest-death-test.h \
187 include/gtest/gtest-message.h \
188 include/gtest/gtest-param-test.h \
189 include/gtest/gtest-printers.h \
190 include/gtest/gtest-spi.h \
191 include/gtest/gtest-test-part.h \
192 include/gtest/gtest-typed-test.h \
193 include/gtest/gtest.h \
194 include/gtest/gtest_pred_impl.h \
195 include/gtest/gtest_prod.h
199 include/gtest/internal/gtest-death-test-internal.h \
200 include/gtest/internal/gtest-filepath.h \
201 include/gtest/internal/gtest-internal.h \
202 include/gtest/internal/gtest-linked_ptr.h \
203 include/gtest/internal/gtest-param-util-generated.h \
204 include/gtest/internal/gtest-param-util.h \
205 include/gtest/internal/gtest-port.h \
206 include/gtest/internal/gtest-string.h \
207 include/gtest/internal/gtest-tuple.h \
208 include/gtest/internal/gtest-type-util.h
236 # A simple sample on using gtest.
250 # This tests most constructs of gtest and verifies that libgtest_main
258 # Tests that fused gtest files compile and work.
260 fused-src/gtest/gtest-all.cc \
261 fused-src/gtest/gtest.h \
262 fused-src/gtest/gtest_main.cc
274 $(test_fused_gtest_test_SOURCES): fused-gtest
276 fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
277 $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \
281 rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc"
282 rm -f "$(srcdir)/fused-src/gtest/gtest.h"
284 cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/"