summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-21 16:19:07 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-21 16:19:07 +0200
commit49b85370453cafe9277b94c181d86767a4a0f669 (patch)
tree283d48d4ef76c9b752081fd32843b05c4496918a
parent591339c7e794162250b01aec5a8b43049b49079b (diff)
parent5d10279dee1405762cdb43d8b663fbe0e03f350b (diff)
downloadrules-cc-49b85370453cafe9277b94c181d86767a4a0f669.tar.gz
Merge branch 'just-rules' into rules
-rw-r--r--test/RULES12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/RULES b/test/RULES
index 9fb11e3..b8d8116 100644
--- a/test/RULES
+++ b/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"]