Symbolic macro tests
Initializes some targets.
ATTRIBUTES
Name | Description | Type | Mandatory | Default |
---|---|---|---|---|
name | A unique name for this macro instance. Normally, this is also the name for the macro's main or only target. The names of any other targets that this macro might create will be this name with a string suffix. | Name | required | |
srcs | Source files | List of labels | optional | [] |
operation | Operation to perform | String; nonconfigurable | optional | "FROBNICATE" |
visibility | The visibility to be passed to this macro‘s exported targets. It always implicitly includes the location where this macro is instantiated, so this attribute only needs to be explicitly set if you want the macro’s targets to be additionally visible somewhere else. | List of labels; nonconfigurable | optional |