| /third_party/googletest/googletest/test/ |
| D | BUILD.bazel | 46 "googletest-*.cc", 48 "googletest/include/gtest/**/*.h", 52 "googletest/src/gtest-all.cc", 57 "googletest-param-test-test.cc", 58 "googletest-param-test2-test.cc", 59 "googletest-catch-exceptions-test_.cc", 60 "googletest-color-test_.cc", 61 "googletest-env-var-test_.cc", 62 "googletest-failfast-unittest_.cc", 63 "googletest-filter-unittest_.cc", [all …]
|
| D | googletest-output-test-golden-lin.txt | 3 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/ |
| D | BUILD.gn | 7 include_dirs = [ "googletest" ] 12 include_dirs = [ "googletest" ] 19 include_dirs = [ "googletest/include" ] 35 "googletest/include/gtest/gtest-death-test.h", 36 "googletest/include/gtest/gtest-matchers.h", 37 "googletest/include/gtest/gtest-message.h", 38 "googletest/include/gtest/gtest-param-test.h", 39 "googletest/include/gtest/gtest-printers.h", 40 "googletest/include/gtest/gtest-test-part.h", 41 "googletest/include/gtest/gtest-typed-test.h", [all …]
|
| D | library.json | 2 "name": "googletest", 4 …googletest 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 …]
|
| D | README.md | 1 # GoogleTest chapter 7 GoogleTest now follows the 17 https://google.github.io/googletest/. We recommend browsing the documentation on 22 [Release 1.13.0](https://github.com/google/googletest/releases/tag/v1.13.0) is 32 GoogleTest team. 40 ## Welcome to **GoogleTest**, Google's C++ test framework! 42 This repository is a merger of the formerly separate GoogleTest and GoogleMock 48 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for 50 [GoogleTest Primer](https://google.github.io/googletest/primer.html). 52 More information about building GoogleTest can be found at [all …]
|
| D | BUILD.bazel | 75 hdrs = ["googletest/include/gtest/gtest_prod.h"], 76 includes = ["googletest/include"], 84 "googletest/src/*.cc", 85 "googletest/src/*.h", 86 "googletest/include/gtest/**/*.h", 91 "googletest/src/gtest-all.cc", 92 "googletest/src/gtest_main.cc", 98 "googletest/include/gtest/*.h", 117 "googletest", 118 "googletest/include", [all …]
|
| D | bundle.json | 2 "name": "@ohos/googletest", 8 "destPath": "third_party/googletest" 13 "name": "googletest", 31 "name": "//third_party/googletest:gtest" 34 "name": "//third_party/googletest:gmock" 37 "name": "//third_party/googletest:gtest_rtti_main" 40 "name": "//third_party/googletest:gtest_main" 43 "name": "//third_party/googletest:gmock_main" 46 "name": "//third_party/googletest:gtest_rtti" 49 "name": "//third_party/googletest:gmock_rtti"
|
| D | .gitignore | 8 bazel-googletest 37 googletest/m4/libtool.m4 38 googletest/m4/ltoptions.m4 39 googletest/m4/ltsugar.m4 40 googletest/m4/ltversion.m4 41 googletest/m4/lt~obsolete.m4 46 googletest/fused-src/ 50 googletest/.DS_Store 51 googletest/xcode/.DS_Store 85 /googletest-distribution.sln
|
| /third_party/googletest/googletest/ |
| D | README.md | 5 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/main/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 v1.13.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 …]
|
| D | CMakeLists.txt | 57 if(CMAKE_PROJECT_NAME STREQUAL "gtest" OR CMAKE_PROJECT_NAME STREQUAL "googletest-distribution") 200 cxx_test(googletest-death-test-test gtest_main) 202 cxx_test(googletest-filepath-test gtest_main) 203 cxx_test(googletest-listener-test gtest_main) 205 cxx_test(googletest-message-test gtest_main) 207 cxx_test(googletest-options-test gtest_main) 208 cxx_test(googletest-param-test-test gtest 209 test/googletest-param-test2-test.cc) 210 cxx_test(googletest-port-test gtest_main) 214 cxx_test(googletest-printers-test gtest_main) [all …]
|
| /third_party/re2/ |
| D | BUILD.bazel | 144 "@googletest//:gtest", 156 "@googletest//:gtest", 157 "@googletest//:gtest_main", 171 "@googletest//:gtest", 172 "@googletest//:gtest_main", 186 "@googletest//:gtest", 187 "@googletest//:gtest_main", 200 "@googletest//:gtest", 201 "@googletest//:gtest_main", 214 "@googletest//:gtest", [all …]
|
| /third_party/protobuf/rust/test/shared/ |
| D | BUILD | 28 "@crate_index//:googletest", 41 "@crate_index//:googletest", 55 "@crate_index//:googletest", 69 "@crate_index//:googletest", 78 "@crate_index//:googletest", 87 "@crate_index//:googletest", 101 "@crate_index//:googletest", 115 "@crate_index//:googletest", 124 "@crate_index//:googletest", 133 "@crate_index//:googletest", [all …]
|
| /third_party/benchmark/cmake/ |
| D | GoogleTest.cmake.in | 3 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 …]
|
| D | GoogleTest.cmake | 1 # 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 # Add googletest directly to our build. This defines 38 # googletest doesn't seem to want to stay build warning clean so let's not hurt ourselves.
|
| /third_party/googletest/docs/ |
| D | quickstart-cmake.md | 3 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++14 61 googletest 62 URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip 66 FetchContent_MakeAvailable(googletest) 69 The above configuration declares a dependency on GoogleTest which is downloaded [all …]
|
| D | index.md | 1 # 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
|
| D | quickstart-bazel.md | 3 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. 41 recommended way to depend on GoogleTest is to use a 53 …urls = ["https://github.com/google/googletest/archive/5ab508a01f9eb089207ee87fd547d290da39d015.zip… 54 strip_prefix = "googletest-5ab508a01f9eb089207ee87fd547d290da39d015", 58 The above configuration declares a dependency on GoogleTest which is downloaded 61 GoogleTest version to use; we recommend updating the hash often to point to the 64 Now you're ready to build C++ code that uses GoogleTest. [all …]
|
| D | samples.md | 1 # Googletest Samples 4 [googletest samples.](https://github.com/google/googletest/blob/main/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
|
| D | primer.md | 1 # 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/glslang/.github/workflows/ |
| D | continuous_integration.yml | 33 - 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 …]
|
| /third_party/skia/third_party/externals/abseil-cpp/CMake/Googletest/ |
| D | DownloadGTest.cmake | 1 # 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/mindspore/mindspore-src/source/cmake/external_libs/ |
| D | gtest.cmake | 34 set(REQ_URL "https://gitee.com/mirrors/googletest/repository/archive/release-1.8.1.tar.gz") 37 set(REQ_URL "https://github.com/google/googletest/archive/release-1.8.1.tar.gz") 49 set(REQ_URL "https://gitee.com/mirrors/googletest/repository/archive/release-1.12.1.tar.gz") 52 set(REQ_URL "https://github.com/google/googletest/archive/release-1.12.1.tar.gz") 69 ${CMAKE_BINARY_DIR}/googletest/googlemock/gtest FOLLOW_SYMLINK_CHAIN) 71 ${CMAKE_BINARY_DIR}/googletest/googlemock/gtest FOLLOW_SYMLINK_CHAIN) 73 ${CMAKE_BINARY_DIR}/googletest/googlemock/gtest FOLLOW_SYMLINK_CHAIN) 75 ${CMAKE_BINARY_DIR}/googletest/googlemock/gtest FOLLOW_SYMLINK_CHAIN) 78 ${CMAKE_BINARY_DIR}/googletest/googlemock/gtest FOLLOW_SYMLINK_CHAIN) 80 ${CMAKE_BINARY_DIR}/googletest/googlemock/gtest FOLLOW_SYMLINK_CHAIN) [all …]
|
| /third_party/grpc/ |
| D | CMakeLists.txt | 3909 third_party/googletest/googlemock/src/gmock-cardinalities.cc 3910 third_party/googletest/googlemock/src/gmock-internal-utils.cc 3911 third_party/googletest/googlemock/src/gmock-matchers.cc 3912 third_party/googletest/googlemock/src/gmock-spec-builders.cc 3913 third_party/googletest/googlemock/src/gmock.cc 3914 third_party/googletest/googletest/src/gtest-assertion-result.cc 3915 third_party/googletest/googletest/src/gtest-death-test.cc 3916 third_party/googletest/googletest/src/gtest-filepath.cc 3917 third_party/googletest/googletest/src/gtest-matchers.cc 3918 third_party/googletest/googletest/src/gtest-port.cc [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | BUILD.gn | 167 "${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/skia/third_party/externals/abseil-cpp/CMake/ |
| D | README.md | 17 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 …]
|