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 | df05c8552d53afd7fa5dd46b898a1bdf1e5d142d (patch) | |
tree | 8694d9cacb22a3d158854a100ed6b55379104853 /rules | |
parent | 9a207552ae215473f5af7d6336937dcd4bc843ce (diff) | |
download | justbuild-df05c8552d53afd7fa5dd46b898a1bdf1e5d142d.tar.gz |
["test", "suite"]: document fields
Diffstat (limited to 'rules')
-rw-r--r-- | rules/test/RULES | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/test/RULES b/rules/test/RULES index 9fb11e3b..b8d8116c 100644 --- a/rules/test/RULES +++ b/rules/test/RULES @@ -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"] |