Skip to content

Commit ee3db10

Browse files
committed
[test] Update Google-test to 1.16
1 parent 34f9ef2 commit ee3db10

254 files changed

Lines changed: 6716 additions & 4999 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bazelignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
test/googletest-1.13.0
1+
test/googletest-1.16.0

.codedocs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXAMPLE_PATH =
88

99
# One or more directories and files to exclude from documentation generation.
1010
# Use relative paths with respect to the repository root directory.
11-
EXCLUDE = test/googletest-1.13.0/
11+
EXCLUDE = test/googletest-1.16.0/
1212

1313
# One or more wildcard patterns to exclude files and directories from document
1414
# generation.

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ if(YAML_USE_SYSTEM_GTEST)
1111
endif()
1212
else()
1313
add_subdirectory(
14-
"${CMAKE_CURRENT_SOURCE_DIR}/googletest-1.13.0"
14+
"${CMAKE_CURRENT_SOURCE_DIR}/googletest-1.16.0"
1515
"${CMAKE_CURRENT_BINARY_DIR}/prefix")
16-
include_directories(SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/googletest-1.13.0/googletest/include")
16+
include_directories(SYSTEM "${CMAKE_CURRENT_SOURCE_DIR}/googletest-1.16.0/googletest/include")
1717
endif()
1818

1919
file(GLOB test-new-api-sources CONFIGURE_DEPENDS "new-api/*.cpp")

test/googletest-1.13.0/.github/ISSUE_TEMPLATE/00-bug_report.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

test/googletest-1.13.0/.github/ISSUE_TEMPLATE/10-feature_request.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

test/googletest-1.13.0/.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/googletest-1.13.0/.github/workflows/gtest-ci.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

test/googletest-1.13.0/WORKSPACE

Lines changed: 0 additions & 40 deletions
This file was deleted.

test/googletest-1.13.0/docs/platforms.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)