From 0c0754a42f891d2e3b06cf696153191519ce5081 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 17 Aug 2023 12:42:55 +0200 Subject: ["shell/test", "script"] Rename implicit dependencies ... and document at the appropriate places what can be overwritten by setting those targets. --- CC/test/RULES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CC/test') 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." -- cgit v1.2.3