diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-06 16:51:56 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-09 13:13:21 +0100 |
commit | 9d5af26d047744cba54d6597ad59d23aca4e1369 (patch) | |
tree | 9c738cc9a3fdfda2ab8d43c86a016a358f8fcff9 /shell/test/RULES | |
parent | 164bc8a638e50a69466dae5f1b0e0355daa5f20c (diff) | |
download | rules-cc-9d5af26d047744cba54d6597ad59d23aca4e1369.tar.gz |
rules: Add cross-compile support for tests
Diffstat (limited to 'shell/test/RULES')
-rw-r--r-- | shell/test/RULES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/test/RULES b/shell/test/RULES index 990e8d9..92c0ccc 100644 --- a/shell/test/RULES +++ b/shell/test/RULES @@ -55,7 +55,10 @@ { "test-result": "test-result" , "action": "test-action" , "stage": ["./", "../..", "stage_singleton_field"] + , "host transition": ["transitions", "for host"] } + , "config_transitions": + {"deps": [{"type": "CALL_EXPRESSION", "name": "host transition"}]} , "expression": { "type": "let*" , "bindings": @@ -78,6 +81,9 @@ , ["keep", {"type": "FIELD", "name": "keep"}] , ["runner", {"type": "FIELD", "name": "runner"}] , ["deps-fieldname", "deps"] + , [ "deps-transition" + , {"type": "CALL_EXPRESSION", "name": "host transition"} + ] ] , "body": { "type": "if" |