This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
Run tool
Run tool rules
1 - al_run_tool
load("@com_alwaldend_src//bzl/rules/run_tool:al_run_tool.bzl", "al_run_tool")
al_run_tool(name, tool, executable, test, **kwargs)
Generate either native_test, native_binary, or run_binary target
PARAMETERS
| Name |
Description |
Default Value |
| name |
Target name (required) |
none |
| tool |
Tool label to run (required) |
none |
| executable |
If True, generate native_binary |
False |
| test |
If True, generate native_test |
False |
| kwargs |
kwargs for rules |
none |