Home
last modified time | relevance | path

Searched full:googletest (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/third_party/googletest/googletest/test/
DBUILD.bazel47 "googletest-*.cc",
49 "googletest/include/gtest/**/*.h",
53 "googletest/src/gtest-all.cc",
58 "googletest-param-test-test.cc",
59 "googletest-param-test2-test.cc",
60 "googletest-catch-exceptions-test_.cc",
61 "googletest-color-test_.cc",
62 "googletest-env-var-test_.cc",
63 "googletest-failfast-unittest_.cc",
64 "googletest-filter-unittest_.cc",
[all …]
Dgoogletest-output-test-golden-lin.txt3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
41 googletest-output-test_.cc:#: Failure
49 googletest-output-test_.cc:#: Failure
59 googletest-output-test_.cc:#: Failure
75 googletest-output-test_.cc:#: Failure
85 googletest-output-test_.cc:#: Failure
95 googletest-output-test_.cc:#: Failure
107 googletest-output-test_.cc:#: Failure
113 googletest-output-test_.cc:#: Failure
[all …]
/third_party/googletest/
DBUILD.gn7 include_dirs = [ "googletest" ]
11 include_dirs = [ "googletest/include" ]
23 "googletest/include/gtest/gtest-spi.h",
24 "googletest/include/gtest/gtest.h",
27 "googletest/include/gtest/gtest-death-test.h",
28 "googletest/include/gtest/gtest-matchers.h",
29 "googletest/include/gtest/gtest-message.h",
30 "googletest/include/gtest/gtest-param-test.h",
31 "googletest/include/gtest/gtest-printers.h",
32 "googletest/include/gtest/gtest-test-part.h",
[all …]
Dlibrary.json2 "name": "googletest",
4googletest is a testing framework developed by the Testing Technology team with Google's specific …
6 "homepage": "https://github.com/google/googletest/blob/master/README.md",
9 "url": "https://github.com/google/googletest.git"
21 "googletest/include/*",
22 "googletest/src/*"
30 "googletest/cmake",
31 "googletest/scripts",
32 "googletest/test",
33 "googletest/CMakeLists.txt"
[all …]
DBUILD.bazel62 hdrs = ["googletest/include/gtest/gtest_prod.h"],
63 includes = ["googletest/include"],
71 "googletest/src/*.cc",
72 "googletest/src/*.h",
73 "googletest/include/gtest/**/*.h",
78 "googletest/src/gtest-all.cc",
79 "googletest/src/gtest_main.cc",
85 "googletest/include/gtest/*.h",
103 "googletest",
104 "googletest/include",
[all …]
DREADME.md1 # GoogleTest chapter
7 GoogleTest now follows the
14 https://google.github.io/googletest/. We recommend browsing the documentation on
19 [Release 1.10.x](https://github.com/google/googletest/releases/tag/release-1.10.0)
28 ## Welcome to **GoogleTest**, Google's C++ test framework!
30 This repository is a merger of the formerly separate GoogleTest and GoogleMock
36 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
38 [GoogleTest Primer](https://google.github.io/googletest/primer.html).
40 More information about building GoogleTest can be found at
41 [googletest/README.md](googletest/README.md).
[all …]
D.gitignore8 bazel-googletest
33 googletest/m4/libtool.m4
34 googletest/m4/ltoptions.m4
35 googletest/m4/ltsugar.m4
36 googletest/m4/ltversion.m4
37 googletest/m4/lt~obsolete.m4
42 googletest/fused-src/
46 googletest/.DS_Store
47 googletest/xcode/.DS_Store
81 /googletest-distribution.sln
/third_party/grpc/
DCMakeLists.txt2482 third_party/googletest/googletest/include
2483 third_party/googletest/googletest
2484 third_party/googletest/googlemock/include
2485 third_party/googletest/googlemock
3064 third_party/googletest/googletest/include
3065 third_party/googletest/googletest
3066 third_party/googletest/googlemock/include
3067 third_party/googletest/googlemock
3130 third_party/googletest/googletest/include
3131 third_party/googletest/googletest
[all …]
/third_party/googletest/googletest/
DREADME.md5 To build GoogleTest and your tests that use it, you need to tell your build
11 GoogleTest comes with a CMake build script
12 ([CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))
18 the compiler environment of your choice. You can either build GoogleTest as a
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b release-1.10.0
29 cd googletest # Main directory of the cloned repository.
32 cmake .. # Generate native build scripts for GoogleTest.
36 build only GoogleTest, you should replace the last command with
43 directory. Just type `make` to build GoogleTest. And then you can simply install
[all …]
DCMakeLists.txt67 if(CMAKE_PROJECT_NAME STREQUAL "gtest" OR CMAKE_PROJECT_NAME STREQUAL "googletest-distribution")
193 cxx_test(googletest-death-test-test gtest_main)
195 cxx_test(googletest-filepath-test gtest_main)
196 cxx_test(googletest-listener-test gtest_main)
198 cxx_test(googletest-message-test gtest_main)
200 cxx_test(googletest-options-test gtest_main)
201 cxx_test(googletest-param-test-test gtest
202 test/googletest-param-test2-test.cc)
203 cxx_test(googletest-port-test gtest_main)
207 cxx_test(googletest-printers-test gtest_main)
[all …]
/third_party/libphonenumber/cpp/test/
DBUILD.gn22 "//third_party/googletest/googletest/include",
23 "//third_party/googletest/googletest",
51 "//third_party/googletest/googletest/src/gtest-death-test.cc",
52 "//third_party/googletest/googletest/src/gtest-filepath.cc",
53 "//third_party/googletest/googletest/src/gtest-internal-inl.h",
54 "//third_party/googletest/googletest/src/gtest-port.cc",
55 "//third_party/googletest/googletest/src/gtest-printers.cc",
56 "//third_party/googletest/googletest/src/gtest-test-part.cc",
57 "//third_party/googletest/googletest/src/gtest-typed-test.cc",
58 "//third_party/googletest/googletest/src/gtest.cc",
[all …]
/third_party/abseil-cpp/CMake/Googletest/
DDownloadGTest.cmake1 # Downloads and unpacks googletest at configure time. Based on the instructions
2 # at https://github.com/google/googletest/tree/master/googletest#incorporating-into-an-existing-cma…
4 # Download the latest googletest from Github master
7 ${CMAKE_BINARY_DIR}/googletest-download/CMakeLists.txt
17 # Configure and build the downloaded googletest source
20 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/googletest-download )
22 message(FATAL_ERROR "CMake step for googletest failed: ${result}")
27 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/googletest-download)
29 message(FATAL_ERROR "Build step for googletest failed: ${result}")
38 # Add googletest directly to our build. This defines the gtest and gtest_main
[all …]
/third_party/benchmark/cmake/
DGoogleTest.cmake.in3 project(googletest-download NONE)
8 option(ALLOW_DOWNLOADING_GOOGLETEST "If googletest src tree is not found in location specified by G…
9 set(GOOGLETEST_PATH "/usr/src/googletest" CACHE PATH
10 …"Path to the googletest root tree. Should contain googletest and googlemock subdirs. And CMakeList…
12 # Download and install GoogleTest
17 …ISTS "${GOOGLETEST_PATH}/googletest" AND IS_DIRECTORY "${GOOGLETEST_PATH}/googletest" AND EXISTS "…
22 googletest
39 googletest
40 GIT_REPOSITORY https://github.com/google/googletest.git
55 ExternalProject_Get_Property(googletest SOURCE_DIR BINARY_DIR)
[all …]
DGoogleTest.cmake1 # Download and unpack googletest at configure time
2 set(GOOGLETEST_PREFIX "${benchmark_BINARY_DIR}/third_party/googletest")
3 configure_file(${benchmark_SOURCE_DIR}/cmake/GoogleTest.cmake.in ${GOOGLETEST_PREFIX}/CMakeLists.tx…
5 set(GOOGLETEST_PATH "${CMAKE_CURRENT_SOURCE_DIR}/googletest" CACHE PATH "") # Mind the quotes
13 message(FATAL_ERROR "CMake step for googletest failed: ${result}")
23 message(FATAL_ERROR "Build step for googletest failed: ${result}")
30 include(${GOOGLETEST_PREFIX}/googletest-paths.cmake)
32 # googletest doesn't seem to want to stay build warning clean so let's not hurt ourselves.
35 # Add googletest directly to our build. This defines
/third_party/glslang/.github/workflows/
Dcontinuous_integration.yml33 - name: Install GoogleTest
35 # check out pre-breakage version of googletest; can be deleted when
37 # git clone --depth=1 https://github.com/google/googletest.git External/googletest
38 mkdir -p External/googletest
39 cd External/googletest
41 git remote add origin https://github.com/google/googletest.git
75 - name: Install GoogleTest
77 # check out pre-breakage version of googletest; can be deleted when
79 # git clone --depth=1 https://github.com/google/googletest.git External/googletest
80 mkdir -p External/googletest
[all …]
Dcontinuous_deployment.yml43 - name: Install GoogleTest
45 # check out pre-breakage version of googletest; can be deleted when
47 # git clone --depth=1 https://github.com/google/googletest.git External/googletest
48 mkdir -p External/googletest
49 cd External/googletest
51 git remote add origin https://github.com/google/googletest.git
114 - name: Install GoogleTest
116 # check out pre-breakage version of googletest; can be deleted when
118 # git clone --depth=1 https://github.com/google/googletest.git External/googletest
119 mkdir -p External/googletest
[all …]
/third_party/googletest/docs/
Dquickstart-cmake.md3 This tutorial aims to get you up and running with GoogleTest using CMake. If
4 you're using GoogleTest for the first time or need a refresher, we recommend
23 compatible with GoogleTest.
36 GoogleTest.
45 GoogleTest. There are many ways to express dependencies in the CMake ecosystem;
55 # GoogleTest requires at least C++11
60 googletest
61 URL https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip
65 FetchContent_MakeAvailable(googletest)
68 The above configuration declares a dependency on GoogleTest which is downloaded
[all …]
Dindex.md1 # GoogleTest User's Guide
3 ## Welcome to GoogleTest!
5 GoogleTest is Google's C++ testing and mocking framework. This user's guide has
8 * [GoogleTest Primer](primer.md) - Teaches you how to write simple tests using
9 GoogleTest. Read this first if you are new to GoogleTest.
10 * [GoogleTest Advanced](advanced.md) - Read this when you've finished the
11 Primer and want to utilize GoogleTest to its full potential.
12 * [GoogleTest Samples](samples.md) - Describes some GoogleTest samples.
13 * [GoogleTest FAQ](faq.md) - Have a question? Want some tips? Check here
Dquickstart-bazel.md3 This tutorial aims to get you up and running with GoogleTest using the Bazel
4 build system. If you're using GoogleTest for the first time or need a refresher,
14 GoogleTest team.
17 compatible with GoogleTest.
42 recommended way to depend on GoogleTest is to use a
54 …urls = ["https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip…
55 strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
59 The above configuration declares a dependency on GoogleTest which is downloaded
62 GoogleTest version to use; we recommend updating the hash often to point to the
77 Now you're ready to build C++ code that uses GoogleTest.
[all …]
Dsamples.md1 # Googletest Samples
4 [googletest samples.](https://github.com/google/googletest/tree/master/googletest/samples)
6 variety of googletest features.
8 * Sample #1 shows the basic steps of using googletest to test C++ functions.
12 * Sample #4 teaches you how to use googletest and `googletest.h` together to
Dprimer.md1 # Googletest Primer
3 ## Introduction: Why googletest?
5 *googletest* helps you write better C++ tests.
7 googletest is a testing framework developed by the Testing Technology team with
9 Linux, Windows, or a Mac, if you write C++ code, googletest can help you. And it
12 So what makes a good test, and how does googletest fit in? We believe:
15 that succeeds or fails as a result of other tests. googletest isolates the
17 googletest allows you to run it in isolation for quick debugging.
19 code. googletest groups related tests into test suites that can share data
24 platform-neutral; its tests should also be platform-neutral. googletest
[all …]
/third_party/skia/third_party/externals/abseil-cpp/CMake/Googletest/
DDownloadGTest.cmake1 # Integrates googletest at configure time. Based on the instructions at
2 # https://github.com/google/googletest/tree/master/googletest#incorporating-into-an-existing-cmake-…
4 # Set up the external googletest project, downloading the latest from Github
8 ${CMAKE_BINARY_DIR}/googletest-external/CMakeLists.txt
18 # Configure and build the googletest source.
21 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/googletest-external )
23 message(FATAL_ERROR "CMake step for googletest failed: ${result}")
28 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/googletest-external)
30 message(FATAL_ERROR "Build step for googletest failed: ${result}")
39 # Add googletest directly to our build. This defines the gtest and gtest_main
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
DBUILD.gn167 "${skia_third_party_dir}/googletest:gmock",
168 "${skia_third_party_dir}/googletest:gtest",
182 "${skia_third_party_dir}/googletest:gmock",
183 "${skia_third_party_dir}/googletest:gtest",
201 "${skia_third_party_dir}/googletest:gmock",
202 "${skia_third_party_dir}/googletest:gtest",
287 "${skia_third_party_dir}/googletest:gmock",
288 "${skia_third_party_dir}/googletest:gtest",
331 "${skia_third_party_dir}/googletest:gmock",
332 "${skia_third_party_dir}/googletest:gtest",
[all …]
/third_party/abseil-cpp/CMake/
DREADME.md17 googletest framework
18 (<https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-exist…
23 [Google Test](https://github.com/google/googletest) into your CMake project. To disable Abseil test…
57 You will need to provide Abseil with a Googletest dependency. There are two
61 Googletest source into the build directory at configure time. Googletest will
63 * Manually integrate Googletest with your build. See
64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
65 for more information on using Googletest in a CMake project.
/third_party/skia/third_party/externals/abseil-cpp/CMake/
DREADME.md17 googletest framework
18 (<https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-exist…
23 [Google Test](https://github.com/google/googletest) into your CMake project. To disable Abseil test…
96 You will need to provide Abseil with a Googletest dependency. There are two
100 Googletest source into the build directory at configure time. Googletest will
102 * Manually integrate Googletest with your build. See
103 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
104 for more information on using Googletest in a CMake project.
148 cmake -S /source/googletest -B /build/googletest -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=…
149 cmake --build /build/googletest --target install
[all …]

12345678910>>...16