Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:gtest

7 # This is so we can #include <google/vcencoder.h> or <gtest/gtest.h>
11 -I$(top_srcdir)/gtest \
12 -I$(top_srcdir)/gtest/include
68 # gtest (Google Test): Used for unit tests only
71 libgtest_main_la_SOURCES = gtest/include/gtest/gtest.h \
72 gtest/include/gtest/gtest-death-test.h \
73 gtest/include/gtest/gtest-message.h \
74 gtest/include/gtest/gtest-param-test.h \
75 gtest/include/gtest/gtest_pred_impl.h \
76 gtest/include/gtest/gtest_prod.h \
77 gtest/include/gtest/gtest-spi.h \
78 gtest/include/gtest/gtest-test-part.h \
79 gtest/include/gtest/gtest-typed-test.h \
80 gtest/include/gtest/internal/gtest-death-test-internal.h \
81 gtest/include/gtest/internal/gtest-filepath.h \
82 gtest/include/gtest/internal/gtest-internal.h \
83 gtest/include/gtest/internal/gtest-linked_ptr.h \
84 gtest/include/gtest/internal/gtest-param-util.h \
85 gtest/include/gtest/internal/gtest-param-util-generated.h \
86 gtest/include/gtest/internal/gtest-port.h \
87 gtest/include/gtest/internal/gtest-string.h \
88 gtest/include/gtest/internal/gtest-tuple.h \
89 gtest/include/gtest/internal/gtest-type-util.h \
90 gtest/src/gtest-internal-inl.h \
91 gtest/src/gtest.cc \
92 gtest/src/gtest-death-test.cc \
93 gtest/src/gtest-filepath.cc \
94 gtest/src/gtest-port.cc \
95 gtest/src/gtest-test-part.cc \
96 gtest/src/gtest-typed-test.cc \
97 gtest/src/gtest_main.cc \
272 vsprojects/gtest/gtest.vcproj \