diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-21 16:09:57 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-21 16:11:53 +0200 |
commit | 5d10279dee1405762cdb43d8b663fbe0e03f350b (patch) | |
tree | 08293a216a8f803003da8c6621ab3a41af6273a7 | |
parent | 22534d3549a0584c889085594d7ab14cf6e8d44c (diff) | |
download | rules-cc-5d10279dee1405762cdb43d8b663fbe0e03f350b.tar.gz |
["test", "suite"]: document fields
-rw-r--r-- | test/RULES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -9,6 +9,18 @@ , "tainted": ["test"] , "target_fields": ["deps"] , "string_fields": ["stage"] + , "field_doc": + { "deps": ["The targets that suite is composed of."] + , "stage": + [ "The logical location this test suite is to be placed." + , "Individual entries will be joined with \"/\"." + ] + } + , "artifacts_doc": + [ "The disjoint union of the runfiles of the \"deps\" targets" + , "staged as the location given by \"stage\"." + ] + , "runfiles_doc": ["Same as artifacts."] , "imports": { "runfiles": ["", "field_runfiles"] , "list_provider": ["", "field_list_provider"] |