Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/googletest/googletest/test/
DBUILD.bazel46 "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 …]
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" ]
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 …]
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.bazel75 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 …]
DREADME.md1 # GoogleTest chapter
7 GoogleTest now follows the
15 https://google.github.io/googletest/. We recommend browsing the documentation on
20 [Release 1.12.1](https://github.com/google/googletest/releases/tag/release-1.12.1)
32 ## Welcome to **GoogleTest**, Google's C++ test framework!
34 This repository is a merger of the formerly separate GoogleTest and GoogleMock
40 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
42 [GoogleTest Primer](https://google.github.io/googletest/primer.html).
44 More information about building GoogleTest can be found at
45 [googletest/README.md](googletest/README.md).
[all …]
Dbundle.json2 "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.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/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/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 release-1.12.1
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.txt62 if(CMAKE_PROJECT_NAME STREQUAL "gtest" OR CMAKE_PROJECT_NAME STREQUAL "googletest-distribution")
208 cxx_test(googletest-death-test-test gtest_main)
210 cxx_test(googletest-filepath-test gtest_main)
211 cxx_test(googletest-listener-test gtest_main)
213 cxx_test(googletest-message-test gtest_main)
215 cxx_test(googletest-options-test gtest_main)
216 cxx_test(googletest-param-test-test gtest
217 test/googletest-param-test2-test.cc)
218 cxx_test(googletest-port-test gtest_main)
222 cxx_test(googletest-printers-test gtest_main)
[all …]
/third_party/protobuf/third_party/googletest/
DBUILD.bazel52 hdrs = ["googletest/include/gtest/gtest_prod.h"],
53 includes = ["googletest/include"],
61 "googletest/src/*.cc",
62 "googletest/src/*.h",
63 "googletest/include/gtest/**/*.h",
68 "googletest/src/gtest-all.cc",
69 "googletest/src/gtest_main.cc",
75 "googletest/include/gtest/*.h",
89 "googletest",
90 "googletest/include",
[all …]
/third_party/protobuf/third_party/googletest/googletest/test/
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/protobuf/third_party/googletest/googletest/
DMakefile.am48 test/googletest-death-test_ex_test.cc \
49 test/googletest-death-test-test.cc \
50 test/googletest-filepath-test.cc \
51 test/googletest-listener-test.cc \
52 test/googletest-message-test.cc \
53 test/googletest-options-test.cc \
54 test/googletest-param-test2-test.cc \
55 test/googletest-param-test2-test.cc \
56 test/googletest-param-test-test.cc \
57 test/googletest-param-test-test.cc \
[all …]
DCMakeLists.txt60 if(CMAKE_PROJECT_NAME STREQUAL "gtest" OR CMAKE_PROJECT_NAME STREQUAL "googletest-distribution")
195 cxx_test(googletest-death-test-test gtest_main)
197 cxx_test(googletest-filepath-test gtest_main)
198 cxx_test(googletest-listener-test gtest_main)
200 cxx_test(googletest-message-test gtest_main)
202 cxx_test(googletest-options-test gtest_main)
203 cxx_test(googletest-param-test-test gtest
204 test/googletest-param-test2-test.cc)
205 cxx_test(googletest-port-test gtest_main)
209 cxx_test(googletest-printers-test gtest_main)
[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++14
60 googletest
61 URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.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.
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 …]
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 …]
Dsamples.md1 # 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
/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 …]
/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 # 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/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/mindspore/mindspore-src/source/cmake/external_libs/
Dgtest.cmake34 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/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 …]

12345678910>>...17