diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-15 14:24:39 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-15 14:24:39 +0200 |
commit | 87c7f58e398e7f11030518f03251cb22795497bf (patch) | |
tree | 5d2fd0b781d1d7d554b96027ed681ab7a45bf7f9 /rules/shell/test/RULES | |
parent | 8fadddfa5cd7c3ddc1c595fd952ac74a444187c8 (diff) | |
parent | 4788e56dae6f6c1367084c064e62eb1b86d5583f (diff) | |
download | rules-cc-87c7f58e398e7f11030518f03251cb22795497bf.tar.gz |
Merge commit '4788e56dae6f6c1367084c064e62eb1b86d5583f' into rules/rules-cc
Diffstat (limited to 'rules/shell/test/RULES')
-rw-r--r-- | rules/shell/test/RULES | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/shell/test/RULES b/rules/shell/test/RULES index ec26609..7a7aebd 100644 --- a/rules/shell/test/RULES +++ b/rules/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" |