summaryrefslogtreecommitdiff
path: root/shell/test/RULES
diff options
context:
space:
mode:
Diffstat (limited to 'shell/test/RULES')
-rw-r--r--shell/test/RULES7
1 files changed, 6 insertions, 1 deletions
diff --git a/shell/test/RULES b/shell/test/RULES
index ec26609..7a7aebd 100644
--- a/shell/test/RULES
+++ b/shell/test/RULES
@@ -53,6 +53,7 @@
[ "Tool to aggregate the results of individual test runs (for flakyness"
, "detection) to an overall test result."
]
+ , "defaults": ["The shell toolcahin to use."]
}
, "config_doc":
{ "RUNS_PER_TEST":
@@ -97,7 +98,11 @@
, "As the built-in \"install\" rule only takes the runfiles of its \"deps\""
, "argument, this gives an easy way of defining test suites."
]
- , "implicit": {"runner": ["runner"], "summarizer": ["summarizer"]}
+ , "implicit":
+ { "runner": ["runner"]
+ , "summarizer": ["summarizer"]
+ , "defaults": [["./", "..", "defaults"]]
+ }
, "imports":
{ "test-result": "test-result"
, "action": "test-action"