Lines Matching refs:gtest
10 include/gtest/gtest-param-test.h.pump \
11 include/gtest/internal/gtest-param-util-generated.h.pump \
12 include/gtest/internal/gtest-tuple.h.pump \
13 include/gtest/internal/gtest-type-util.h.pump \
20 # gtest source files that we don't compile directly. They are
21 # #included by gtest-all.cc.
23 src/gtest-death-test.cc \
24 src/gtest-filepath.cc \
25 src/gtest-internal-inl.h \
26 src/gtest-port.cc \
27 src/gtest-printers.cc \
28 src/gtest-test-part.cc \
29 src/gtest-typed-test.cc \
30 src/gtest.cc
48 test/gtest-death-test_ex_test.cc \
49 test/gtest-death-test_test.cc \
50 test/gtest-filepath_test.cc \
51 test/gtest-linked_ptr_test.cc \
52 test/gtest-listener_test.cc \
53 test/gtest-message_test.cc \
54 test/gtest-options_test.cc \
55 test/gtest-param-test2_test.cc \
56 test/gtest-param-test2_test.cc \
57 test/gtest-param-test_test.cc \
58 test/gtest-param-test_test.cc \
59 test/gtest-param-test_test.h \
60 test/gtest-port_test.cc \
62 test/gtest-printers_test.cc \
63 test/gtest-test-part_test.cc \
64 test/gtest-tuple_test.cc \
65 test/gtest-typed-test2_test.cc \
66 test/gtest-typed-test_test.cc \
67 test/gtest-typed-test_test.h \
68 test/gtest-unittest-api_test.cc \
123 msvc/gtest-md.sln \
124 msvc/gtest-md.vcproj \
125 msvc/gtest.sln \
126 msvc/gtest.vcproj \
145 xcode/gtest.xcodeproj/project.pbxproj
158 codegear/gtest.cbproj \
159 codegear/gtest.groupproj \
167 m4data_DATA = m4/gtest.m4
185 lib_libgtest_la_SOURCES = src/gtest-all.cc
188 include/gtest/gtest-death-test.h \
189 include/gtest/gtest-message.h \
190 include/gtest/gtest-param-test.h \
191 include/gtest/gtest-printers.h \
192 include/gtest/gtest-spi.h \
193 include/gtest/gtest-test-part.h \
194 include/gtest/gtest-typed-test.h \
195 include/gtest/gtest.h \
196 include/gtest/gtest_pred_impl.h \
197 include/gtest/gtest_prod.h
201 include/gtest/internal/gtest-death-test-internal.h \
202 include/gtest/internal/gtest-filepath.h \
203 include/gtest/internal/gtest-internal.h \
204 include/gtest/internal/gtest-linked_ptr.h \
205 include/gtest/internal/gtest-param-util-generated.h \
206 include/gtest/internal/gtest-param-util.h \
207 include/gtest/internal/gtest-port.h \
208 include/gtest/internal/gtest-port-arch.h \
209 include/gtest/internal/gtest-string.h \
210 include/gtest/internal/gtest-tuple.h \
211 include/gtest/internal/gtest-type-util.h \
212 include/gtest/internal/custom/gtest.h \
213 include/gtest/internal/custom/gtest-port.h \
214 include/gtest/internal/custom/gtest-printers.h
242 # A simple sample on using gtest.
256 # This tests most constructs of gtest and verifies that libgtest_main
264 # Tests that fused gtest files compile and work.
266 fused-src/gtest/gtest-all.cc \
267 fused-src/gtest/gtest.h \
268 fused-src/gtest/gtest_main.cc
280 $(test_fused_gtest_test_SOURCES): fused-gtest
282 fused-gtest: $(pkginclude_HEADERS) $(pkginclude_internal_HEADERS) \
283 $(GTEST_SRC) src/gtest-all.cc src/gtest_main.cc \
287 rm -f "$(srcdir)/fused-src/gtest/gtest-all.cc"
288 rm -f "$(srcdir)/fused-src/gtest/gtest.h"
290 cp -f "$(srcdir)/src/gtest_main.cc" "$(srcdir)/fused-src/gtest/"