diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-08 16:53:58 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-07-08 16:53:58 +0200 |
commit | 8d715c335756e406aea8a7e3e9e2266f69fbdeb9 (patch) | |
tree | c89fc6df4d303e006c33255af7c9cb1029eb9398 /rules/CC/test/RULES | |
parent | 5cfe9e48255086a953426b599c5bca4e0f33b589 (diff) | |
parent | 5fdfa0f8b7c8c5df54d5ad6ce9e0cc89193cd1bd (diff) | |
download | rules-cc-8d715c335756e406aea8a7e3e9e2266f69fbdeb9.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/test/RULES')
-rw-r--r-- | rules/CC/test/RULES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/CC/test/RULES b/rules/CC/test/RULES index 1dac31b..9f3313d 100644 --- a/rules/CC/test/RULES +++ b/rules/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" |