回退 'Pull Request !330 : 回退 'Pull Request !328 : testfwk_developer_test仓 googletest_1.13.0 升级''

This commit is contained in:
openharmony_ci 2024-01-31 06:38:42 +00:00 committed by Gitee
parent 8c6ea1400a
commit c2bb0df038
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -18,6 +18,9 @@ config("gtest_private_config") {
config("gtest_config") {
include_dirs = [ "//third_party/googletest/googletest/include" ]
cflags = [ "-std=c++17" ]
cflags_objcc = [ "-std=c++17" ]
cflags_cc = [ "-std=c++17" ]
}
static_library("gtest") {
@ -53,6 +56,7 @@ static_library("gtest") {
"//third_party/googletest/googletest/include/gtest/internal/gtest-string.h",
"//third_party/googletest/googletest/include/gtest/internal/gtest-tuple.h",
"//third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h",
"//third_party/googletest/googletest/src/gtest-assertion-result.cc",
"//third_party/googletest/googletest/src/gtest-death-test.cc",
"//third_party/googletest/googletest/src/gtest-filepath.cc",
"//third_party/googletest/googletest/src/gtest-internal-inl.h",