summaryrefslogtreecommitdiff
path: root/shell/test/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-15 14:24:04 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-15 14:24:04 +0200
commit4788e56dae6f6c1367084c064e62eb1b86d5583f (patch)
treeea05d79f6e6ffe304db9100e7071f4fc598a4b20 /shell/test/RULES
parent1365efcaa32c7f4752e3caaa7e45c81b4ed7e3d8 (diff)
parentd246c53e66b22c7a5b2bb273be5478dba2467357 (diff)
downloadrules-cc-4788e56dae6f6c1367084c064e62eb1b86d5583f.tar.gz
Merge branch 'just-rules' into rules
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"