Searched full:googletest (Results 1 – 25 of 785) sorted by relevance
12345678910>>...32
/external/googletest/googletest/test/ |
D | BUILD.bazel | 44 "googletest-*.cc", 46 "googletest/include/gtest/**/*.h", 50 "googletest/src/gtest-all.cc", 55 "googletest-param-test-test.cc", 56 "googletest-catch-exceptions-test_.cc", 57 "googletest-color-test_.cc", 58 "googletest-env-var-test_.cc", 59 "googletest-filter-unittest_.cc", 60 "googletest-break-on-failure-unittest_.cc", 61 "googletest-listener-test.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 …]
|
/external/googletest/ |
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" 20 "googletest/include/*", 21 "googletest/src/*" 36 "googletest/cmake", 37 "googletest/codegear", 38 "googletest/m4", 39 "googletest/make", [all …]
|
D | BUILD.bazel | 52 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 …]
|
D | platformio.ini | 14 #src_dir = ./googletest 21 build_flags = -I./googletest/include -I./googletest 22 …> -<googletest/codegear/> -<googletest/samples> -<googletest/test/> -<googletest/xcode> -<googlete… 29 build_flags = -I./googlemock/include -I./googletest/include -I./googletest -I./googlemock 30 …*> -<.git/> -<googletest> -<googlemock/test/> -<googlemock/src> +<googlemock/src/gmock-all.cc> +<g…
|
D | .gitignore | 8 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
|
/external/v8/tools/node/ |
D | test_update_node.py | 21 /third_party/googletest/* 22 !/third_party/googletest/src 23 /third_party/googletest/src/* 24 !/third_party/googletest/src/googletest 25 /third_party/googletest/src/googletest/* 26 !/third_party/googletest/src/googletest/include 27 /third_party/googletest/src/googletest/include/* 28 !/third_party/googletest/src/googletest/include/gtest 29 /third_party/googletest/src/googletest/include/gtest/* 30 !/third_party/googletest/src/googletest/include/gtest/gtest_prod.h [all …]
|
D | update_node.py | 37 ["third_party", "googletest", "src"], 42 "/third_party/googletest/src", 48 ADD_TO_GITIGNORE = [ "/third_party/googletest/*", 49 "!/third_party/googletest/BUILD.gn", 50 "!/third_party/googletest/src", 51 "/third_party/googletest/src/*", 52 "!/third_party/googletest/src/googletest", 53 "/third_party/googletest/src/googletest/*", 54 "!/third_party/googletest/src/googletest/include", 55 "/third_party/googletest/src/googletest/include/*", [all …]
|
/external/googletest/googletest/ |
D | Makefile.am | 46 test/googletest-death-test_ex_test.cc \ 47 test/googletest-death-test-test.cc \ 48 test/googletest-filepath-test.cc \ 49 test/googletest-listener-test.cc \ 50 test/googletest-message-test.cc \ 51 test/googletest-options-test.cc \ 52 test/googletest-param-test2-test.cc \ 53 test/googletest-param-test2-test.cc \ 54 test/googletest-param-test-test.cc \ 55 test/googletest-param-test-test.cc \ [all …]
|
D | CMakeLists.txt | 64 if(CMAKE_PROJECT_NAME STREQUAL "gtest" OR CMAKE_PROJECT_NAME STREQUAL "googletest-distribution") 199 cxx_test(googletest-death-test-test gtest_main) 201 cxx_test(googletest-filepath-test gtest_main) 202 cxx_test(googletest-listener-test gtest_main) 204 cxx_test(googletest-message-test gtest_main) 206 cxx_test(googletest-options-test gtest_main) 207 cxx_test(googletest-param-test-test gtest 208 test/googletest-param-test2-test.cc) 209 cxx_test(googletest-port-test gtest_main) 213 cxx_test(googletest-printers-test gtest_main) [all …]
|
D | README.md | 53 [CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt)) 90 This is done by making the GoogleTest source code available to the main build 95 particularly useful on Windows. Making GoogleTest's source code available to the 98 * Download the GoogleTest source code manually and place it at a known 101 * Embed the GoogleTest source code as a direct copy in the main project's 104 * Add GoogleTest as a git submodule or equivalent. This may not always be 107 * Use CMake to download GoogleTest as part of the build's configure step. This 121 project(googletest-download NONE) 124 ExternalProject_Add(googletest 125 GIT_REPOSITORY https://github.com/google/googletest.git [all …]
|
/external/tensorflow/tensorflow/contrib/cmake/external/ |
D | googletest.cmake | 17 set(googletest_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR}/googletest/src/googletest/googletest/includ… 18 set(googletest_URL https://github.com/google/googletest.git) 19 set(googletest_BUILD ${CMAKE_CURRENT_BINARY_DIR}/googletest/) 25 ${CMAKE_CURRENT_BINARY_DIR}/googletest/src/googletest/googletest/$(Configuration)/gtest.lib) 28 ${CMAKE_CURRENT_BINARY_DIR}/googletest/src/googletest/googletest/gtest.lib) 32 ${CMAKE_CURRENT_BINARY_DIR}/googletest/src/googletest/googletest/${CMAKE_BUILD_TYPE}/gtest.a) 35 ExternalProject_Add(googletest 36 PREFIX googletest
|
/external/swiftshader/build/Visual Studio 15 2017 Win64/ |
D | unittests.vcxproj | 59 …ird_party\googletest\googletest\include;$(SolutionDir)third_party\googletest\googlemock\include;$(… 78 …ird_party\googletest\googletest\include;$(SolutionDir)third_party\googletest\googlemock\include;$(… 81 …ird_party\googletest\googletest\include;$(SolutionDir)third_party\googletest\googlemock\include;$(… 104 …ird_party\googletest\googletest\include;$(SolutionDir)third_party\googletest\googlemock\include;$(… 123 …ird_party\googletest\googletest\include;$(SolutionDir)third_party\googletest\googlemock\include;$(… 126 …ird_party\googletest\googletest\include;$(SolutionDir)third_party\googletest\googlemock\include;$(… 150 <ClCompile Include="$(SolutionDir)third_party\googletest\googletest\src\gtest-all.cc" />
|
D | ReactorUnitTests.vcxproj | 59 …Directories>$(SolutionDir)third_party\googletest\googletest\include;$(SolutionDir)third_party\goog… 78 …Directories>$(SolutionDir)third_party\googletest\googletest\include;$(SolutionDir)third_party\goog… 81 …Directories>$(SolutionDir)third_party\googletest\googletest\include;$(SolutionDir)third_party\goog… 104 …Directories>$(SolutionDir)third_party\googletest\googletest\include;$(SolutionDir)third_party\goog… 123 …Directories>$(SolutionDir)third_party\googletest\googletest\include;$(SolutionDir)third_party\goog… 126 …Directories>$(SolutionDir)third_party\googletest\googletest\include;$(SolutionDir)third_party\goog… 149 <ClCompile Include="$(SolutionDir)third_party\googletest\googletest\src\gtest-all.cc" />
|
/external/swiftshader/tests/GLESUnitTests/ |
D | Android.mk | 19 ifneq ($(wildcard $(LOCAL_PATH)/../../third_party/googletest/googletest/src/gtest-all.cc),) 29 ../../third_party/googletest/googletest/src/gtest-all.cc 32 $(LOCAL_PATH)/../../third_party/googletest/googletest/include/ \ 33 $(LOCAL_PATH)/../../third_party/googletest/googlemock/include/ \ 34 $(LOCAL_PATH)/../../third_party/googletest/googletest/ 50 $(LOCAL_PATH)/../../third_party/googletest/googletest/include/ \ 51 $(LOCAL_PATH)/../../third_party/googletest/googlemock/include/ \ 52 $(LOCAL_PATH)/../../third_party/googletest/googletest/ \
|
D | GLESUnitTests.vcxproj | 104 …onDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;… 123 …onDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;… 144 …onDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;… 167 …onDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;… 181 <ClCompile Include="..\..\third_party\googletest\googletest\src\gtest-all.cc" />
|
/external/googletest/googletest/docs/ |
D | primer.md | 1 # Googletest Primer 4 ## Introduction: Why googletest? 6 *googletest* helps you write better C++ tests. 8 googletest is a testing framework developed by the Testing 11 Windows, or a Mac, if you write C++ code, googletest can help you. And it 14 So what makes a good test, and how does googletest fit in? We believe: 17 that succeeds or fails as a result of other tests. googletest isolates the 19 googletest allows you to run it in isolation for quick debugging. 21 code. googletest groups related tests into test cases that can share data 26 platform-neutral, its tests should also be platform-neutral. googletest [all …]
|
D | samples.md | 1 # Googletest Samples 3 If you're like us, you'd like to look at [googletest 4 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
|
/external/vulkan-validation-layers/external/ |
D | CMakeLists.txt | 20 # googletest is an optional external dependency for this repo. 22 # Attempt to enable googletest if available. 31 … message(STATUS "Vulkan-ValidationLayers/external: " "googletest already configured - using it") 32 elseif(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/googletest") 33 # The googletest directory exists, so enable it as a target. 34 … message(STATUS "Vulkan-ValidationLayers/external: " "googletest found - configuring it for tests") 35 set(BUILD_GTEST ON CACHE BOOL "Builds the googletest subproject") 40 add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/googletest" EXCLUDE_FROM_ALL) 43 "Provide Google Test in external/googletest or set BUILD_TESTS=OFF")
|
/external/swiftshader/src/Reactor/ |
D | ReactorUnitTests.vcxproj | 104 …irectories>$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\goog… 122 …irectories>$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\goog… 142 …irectories>$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\goog… 164 …irectories>$(SolutionDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\goog… 177 <ClCompile Include="..\..\third_party\googletest\googletest\src\gtest-all.cc" />
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | README.md | 53 [CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt)) 90 This is done by making the GoogleTest source code available to the main build 95 particularly useful on Windows. Making GoogleTest's source code available to the 98 * Download the GoogleTest source code manually and place it at a known 101 * Embed the GoogleTest source code as a direct copy in the main project's 104 * Add GoogleTest as a git submodule or equivalent. This may not always be 107 * Use CMake to download GoogleTest as part of the build's configure step. This 120 project(googletest-download NONE) 123 ExternalProject_Add(googletest 124 GIT_REPOSITORY https://github.com/google/googletest.git [all …]
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | VulkanUnitTests.vcxproj | 65 …onDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;… 86 …onDir)third_party\googletest\googletest\include\;$(SolutionDir)third_party\googletest\googletest\;… 100 <ClCompile Include="..\..\third_party\googletest\googletest\src\gtest-all.cc" />
|
/external/libcxx/utils/google-benchmark/cmake/ |
D | HandleGTest.cmake | 24 # FIXME: Since 10/Feb/2017 the googletest trunk has had a bug where 38 ExternalProject_Add(googletest 40 GIT_REPOSITORY https://github.com/google/googletest.git 42 PREFIX "${CMAKE_BINARY_DIR}/googletest" 43 INSTALL_DIR "${CMAKE_BINARY_DIR}/googletest" 54 ExternalProject_Get_Property(googletest install_dir) 73 add_dependencies(${LIB} googletest) 79 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/googletest) 80 set(GTEST_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/googletest") 83 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/googletest)
|
/external/google-benchmark/cmake/ |
D | HandleGTest.cmake | 24 # FIXME: Since 10/Feb/2017 the googletest trunk has had a bug where 38 ExternalProject_Add(googletest 40 GIT_REPOSITORY https://github.com/google/googletest.git 42 PREFIX "${CMAKE_BINARY_DIR}/googletest" 43 INSTALL_DIR "${CMAKE_BINARY_DIR}/googletest" 54 ExternalProject_Get_Property(googletest install_dir) 73 add_dependencies(${LIB} googletest) 79 if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/googletest) 80 set(GTEST_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/googletest") 83 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/googletest)
|
/external/llvm/utils/lit/tests/ |
D | googletest-format.py | 1 # Check the various features of the GoogleTest format. 3 # RUN: not %{lit} -j 1 -v %{inputs}/googletest-format > %t.out 9 # CHECK: PASS: googletest-format :: DummySubDir/OneTest/FirstTest.subTestA 10 # CHECK: FAIL: googletest-format :: DummySubDir/OneTest/FirstTest.subTestB 11 # CHECK-NEXT: *** TEST 'googletest-format :: DummySubDir/OneTest/FirstTest.subTestB' FAILED *** 15 # CHECK: PASS: googletest-format :: DummySubDir/OneTest/ParameterizedTest/0.subTest 16 # CHECK: PASS: googletest-format :: DummySubDir/OneTest/ParameterizedTest/1.subTest
|
12345678910>>...32