fuchsia_wrap_cc_test
封装原生 cc_test。
生成的目标可用作 fuchsia_component 中的依赖项。
参数
名称 |
说明 |
默认 |
name |
此目标名称。 |
- |
cc_test |
现有 cc_test 的目标名称。 |
- |
exact_cc_test_deps |
现有 cc_test 的依赖项。这始终必须与 cc_test 的依赖项相同,以防止运行时崩溃。 我们建议分解 cc_test 的依赖项,然后在 cc_test 和 fuchsia_wrap_cc_test 中引用 它们。 |
None |
sdk_root_label |
可以选择替换 fuchsia SDK 代码库的根标签。 |
"@fuchsia_sdk" |
clang_root_label |
可以选择替换 fuchsia Clang 代码库的根标签。 |
"@fuchsia_clang" |
googletest_root_label |
(可选)替换 googletest 代码库的根标签。 |
"@com_google_googletest" |
death_unittest |
此测试是否是使用 ASSERT_DEATH 的 gtest 单元测试。 |
False |
标签 |
要为所有生成的目标设置的标记。 |
[] |
kwargs |
转发到 fuchsia cc_test 封装容器的参数。 |
- |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-25。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{
"lastModified": "最后更新时间 (UTC):2024-06-25。",
"confidential": False
}