A fuchsia-specific cc_test drop-in replacement.
The resulting target can be used as a dep in fuchsia_component.
PARAMETERS
Name | Description | Default |
---|---|---|
name | The target name. | - |
sdk_root_label | Optionally override the root label of the fuchsia sdk repo. | "@fuchsia_sdk" |
clang_root_label | Optionally override the root label of the fuchsia clang repo. | "@fuchsia_clang" |
googletest_root_label | Optionally override the root label of the googletest repo. | "@com_google_googletest" |
death_unittest | Whether this test is a gtest unittest that uses ASSERT_DEATH. | False |
tags | Tags to set for all generated targets. This type of target is marked "manual" by default. | ["manual"] |
visibility | The visibility of all generated targets. | None |
cc_test_kwargs | Arguments to forward to cc_test . |
- |