diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-12 11:54:12 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-12 11:54:12 +0200 |
commit | fac7e7680e00dfc63eec41a33dff86d31571eb4b (patch) | |
tree | d341e6569290a21554ea9e5251c756b2b68096e8 /rules/shell/test/TARGETS | |
parent | 8d715c335756e406aea8a7e3e9e2266f69fbdeb9 (diff) | |
parent | 6fc2c2f66740c533d80990659cfce29b7db07eda (diff) | |
download | rules-cc-fac7e7680e00dfc63eec41a33dff86d31571eb4b.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/shell/test/TARGETS')
-rw-r--r-- | rules/shell/test/TARGETS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/shell/test/TARGETS b/rules/shell/test/TARGETS index 0967ef4..5a4b849 100644 --- a/rules/shell/test/TARGETS +++ b/rules/shell/test/TARGETS @@ -1 +1,6 @@ -{} +{ "summarizer": + { "type": "summarizer" + , "summarizer": [["FILE", null, "summarizer"]] + , "artifacts": ["time-start", "time-stop"] + } +} |