6 Star 62 Fork 92

OpenHarmony/third_party_googletest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
library.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
jiyong 提交于 2022-09-09 09:32 . googletest-release-1.11.0
{
"name": "googletest",
"keywords": "unittest, unit, test, gtest, gmock",
"description": "googletest is a testing framework developed by the Testing Technology team with Google's specific requirements and constraints in mind. No matter whether you work on Linux, Windows, or a Mac, if you write C++ code, googletest can help you. And it supports any kind of tests, not just unit tests.",
"license": "BSD-3-Clause",
"homepage": "https://github.com/google/googletest/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/google/googletest.git"
},
"version": "1.10.0",
"frameworks": "arduino",
"platforms": [
"espressif32",
"espressif8266"
],
"export": {
"include": [
"googlemock/include/*",
"googlemock/src/*",
"googletest/include/*",
"googletest/src/*"
],
"exclude": [
"ci",
"googlemock/cmake",
"googlemock/scripts",
"googlemock/test",
"googlemock/CMakeLists.txt",
"googletest/cmake",
"googletest/scripts",
"googletest/test",
"googletest/CMakeLists.txt"
]
},
"build": {
"flags": [
"-Igooglemock/include",
"-Igooglemock",
"-Igoogletest/include",
"-Igoogletest"
],
"srcFilter": [
"+<*>",
"-<.git/>",
"-<googlemock>",
"-<googlemock/test/>",
"-<googlemock/src>",
"+<googlemock/src/gmock-all.cc>",
"+<googletest/src/gtest-all.cc>",
"+<googlemock/src/gmock_main.cc>",
"-<googletest>",
"-<googletest/codegear/>",
"-<googletest/samples>",
"-<googletest/test/>",
"-<googletest/xcode>",
"-<googletest/src>",
"+<googletest/src/gtest-all.cc>",
"+<googletest/src/gtest_main.cc>"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_googletest.git
git@gitee.com:openharmony/third_party_googletest.git
openharmony
third_party_googletest
third_party_googletest
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385