Searched refs:gtest (Results 1 - 25 of 345) sorted by relevance

1234567891011>>

/external/libchrome/testing/gtest/include/gtest/
H A Dgtest.h1 #include <gtest/gtest.h>
H A Dgtest_prod.h1 #include <gtest/gtest_prod.h>
/external/protobuf/gtest/src/
H A Dgtest-all.cc37 // This line ensures that gtest.h can be compiled on its own, even
39 #include <gtest/gtest.h>
41 // The following lines pull in the real gtest *.cc files.
42 #include "src/gtest.cc"
43 #include "src/gtest-death-test.cc"
44 #include "src/gtest-filepath.cc"
45 #include "src/gtest-port.cc"
46 #include "src/gtest-test-part.cc"
47 #include "src/gtest
[all...]
H A Dgtest_main.cc32 #include <gtest/gtest.h>
/external/protobuf/gtest/test/
H A Dgtest_main_unittest.cc32 #include <gtest/gtest.h>
35 // gtest_main instead of gtest.
H A Dgtest_uninitialized_test_.cc32 #include <gtest/gtest.h>
H A Dgtest_help_test_.cc35 #include <gtest/gtest.h>
H A Dgtest_no_test_unittest.cc35 #include <gtest/gtest.h>
H A Dgtest_throw_on_failure_test_.cc38 #include <gtest/gtest.h>
H A Dgtest_xml_outfile1_test_.cc35 #include <gtest/gtest.h>
H A Dgtest_xml_outfile2_test_.cc35 #include <gtest/gtest.h>
H A Dgtest-typed-test2_test.cc34 #include "test/gtest-typed-test_test.h"
35 #include <gtest/gtest.h>
41 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
H A Dgtest-param-test_test.h40 #include <gtest/gtest.h>
H A Dgtest-param-test2_test.cc35 #include <gtest/gtest.h>
37 #include "test/gtest-param-test_test.h"
46 // in gtest-param-test_test.cc.
50 // and instantiated in another. The test is defined in gtest-param-test_test.cc
52 // gtest-param-test_test.h.
59 // in gtest-param-test_test.cc and InstantiationInMultipleTranslaionUnitsTest
60 // fixture is defined in gtest-param-test_test.h
/external/bsdiff/
H A Dtestrunner.cc5 #include <gtest/gtest.h>
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest_main.cc32 #include <gtest/gtest.h>
/external/vulkan-validation-layers/tests/gtest-1.7.0/
H A DCMakeLists.txt19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
21 option(gtest_build_samples "Build gtest's sample programs." OFF)
23 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
42 project(gtest CXX C)
64 # Defines the gtest & gtest_main libraries. User tests should link
68 # are used for other targets, to ensure that gtest can be compiled by a user
70 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc)
72 target_link_libraries(gtest_main gtest)
76 # Samples on how to link user tests with gtest o
[all...]
/external/google-breakpad/src/testing/gtest/
H A DCMakeLists.txt19 option(gtest_build_tests "Build all of gtest's own tests." OFF)
21 option(gtest_build_samples "Build gtest's sample programs." OFF)
23 option(gtest_disable_pthreads "Disable uses of pthreads in gtest." OFF)
42 project(gtest CXX C)
64 # Defines the gtest & gtest_main libraries. User tests should link
68 # are used for other targets, to ensure that gtest can be compiled by a user
70 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc)
72 target_link_libraries(gtest_main gtest)
76 # Samples on how to link user tests with gtest o
[all...]
/external/libbrillo/
H A Dtestrunner_android.cc17 #include <gtest/gtest.h>
/external/libchrome/
H A Dtestrunner.cc18 #include <gtest/gtest.h>
/external/mesa3d/src/glsl/tests/
H A Dralloc_test.cpp23 #include <gtest/gtest.h>
/external/protobuf/gtest/samples/
H A Dsample4_unittest.cc32 #include <gtest/gtest.h>
/external/protobuf/gtest/
H A DCMakeLists.txt29 project(gtest CXX C)
49 # Where gtest's .h files can be found.
54 # Where the gtest libraries can be found.
61 # Defines the compiler/linker flags used to build gtest. You can
103 # For building gtest's own tests and samples.
111 # For building the gtest libraries.
116 # Defines the gtest & gtest_main libraries. User tests should link
145 # gtest can be compiled by a user aggressive about warnings.
146 cxx_static_library(gtest "${cxx_strict}" src/gtest
[all...]
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dtestrunner.cc8 #include <gtest/gtest.h>
/external/google-breakpad/src/testing/gtest/scripts/test/
H A DMakefile13 # Paths to the fused gtest files.
14 FUSED_GTEST_H = $(FUSED_GTEST_DIR)/gtest/gtest.h
15 FUSED_GTEST_ALL_CC = $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
45 gtest-all.o : $(FUSED_GTEST_H) $(FUSED_GTEST_ALL_CC)
46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
58 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o

Completed in 2048 milliseconds

1234567891011>>