summaryrefslogtreecommitdiff
path: root/CC/test
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-17 12:42:55 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-17 14:08:39 +0200
commit0c0754a42f891d2e3b06cf696153191519ce5081 (patch)
treefa871eaa1a0eaf9dc139b331e76a44446f925429 /CC/test
parent2c5e3a6756fc871bbdde8a34d38cda297519b0f9 (diff)
downloadrules-cc-0c0754a42f891d2e3b06cf696153191519ce5081.tar.gz
["shell/test", "script"] Rename implicit dependencies
... and document at the appropriate places what can be overwritten by setting those targets.
Diffstat (limited to 'CC/test')
-rw-r--r--CC/test/RULES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CC/test/RULES b/CC/test/RULES
index 8dba363..41507d7 100644
--- a/CC/test/RULES
+++ b/CC/test/RULES
@@ -30,7 +30,7 @@
, "implicit":
{ "defaults": [["./", "..", "defaults"]]
, "runner": ["test_runner.py"]
- , "summarizer": [["./", "../../shell/test", "test_summary.py"]]
+ , "summarizer": [["./", "../../shell/test", "summarizer"]]
}
, "field_doc":
{ "name":
@@ -88,6 +88,9 @@
, "RUNS_PER_TEST":
[ "The number of times the test should be run in order to detect flakyness."
, "If set, no test action will be taken from cache."
+ , ""
+ , "Test runs are summarized by the [\"shell/test\", \"summarizer\"] that"
+ , "is also used by shell tests."
]
, "TARGET_ARCH":
[ "The architecture to build the test for."