summaryrefslogtreecommitdiff
path: root/shell/test/TARGETS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-11 12:13:25 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-12 09:58:33 +0200
commit70cfd4babc0e03f9da6cff5e02ee4b0a1cf0d7a5 (patch)
tree699892c9b5ec4f40027a78aed76d951f3945869f /shell/test/TARGETS
parentbefb472b1b9650d485f46ae54227caea8bf81cdd (diff)
downloadrules-cc-70cfd4babc0e03f9da6cff5e02ee4b0a1cf0d7a5.tar.gz
Test rules: only provide to the summary action what is needed
... and add a rule allowing the summarizer to specify what it needs.
Diffstat (limited to 'shell/test/TARGETS')
-rw-r--r--shell/test/TARGETS7
1 files changed, 6 insertions, 1 deletions
diff --git a/shell/test/TARGETS b/shell/test/TARGETS
index 0967ef4..5a4b849 100644
--- a/shell/test/TARGETS
+++ b/shell/test/TARGETS
@@ -1 +1,6 @@
-{}
+{ "summarizer":
+ { "type": "summarizer"
+ , "summarizer": [["FILE", null, "summarizer"]]
+ , "artifacts": ["time-start", "time-stop"]
+ }
+}