summaryrefslogtreecommitdiff
path: root/CC/test/RULES
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-08 16:33:58 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-08 16:47:04 +0200
commit5fdfa0f8b7c8c5df54d5ad6ce9e0cc89193cd1bd (patch)
tree5701a199b22bfc0ad58a7355246dd1167e39ba7e /CC/test/RULES
parent85597d2c8d0069c84f982bc16b81e1d612cbb07c (diff)
downloadrules-cc-5fdfa0f8b7c8c5df54d5ad6ce9e0cc89193cd1bd.tar.gz
["CC/test", "test"]: Honor shell-toolchain PATH for summary action
Diffstat (limited to 'CC/test/RULES')
-rw-r--r--CC/test/RULES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CC/test/RULES b/CC/test/RULES
index 1dac31b..9f3313d 100644
--- a/CC/test/RULES
+++ b/CC/test/RULES
@@ -34,6 +34,7 @@
]
, "implicit":
{ "defaults": [["./", "..", "defaults"]]
+ , "shell-defaults": [["./", "../../shell", "defaults"]]
, "runner": ["runner"]
, "summarizer": [["./", "../../shell/test", "summarizer"]]
}
@@ -77,6 +78,8 @@
]
, "data": ["Any files the test binary needs access to when running"]
, "defaults": ["The C/C++ toolchain to use"]
+ , "shell-defaults":
+ ["The shell toolchain to use PATH from for calling the summary action"]
, "runner":
[ "The test runner which starts the actual test binary after providing"
, "the respective environment. The runner also takes care of capturing"