summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules/test/RULES12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/test/RULES b/rules/test/RULES
index 9fb11e3..b8d8116 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"]