diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-12 15:29:47 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-12 15:29:47 +0200 |
commit | 26c12387fd0400394eddc43c58a77f25799c93cd (patch) | |
tree | 2b041de67c7c00f178773ce5c86e7fa85ed9a80a /rules/CC/test/EXPRESSIONS | |
parent | d0aa784b46c88e6ea138bd8f97fe1af8272aad1c (diff) | |
parent | bdeabd1b99600bd8bdd1c002dc73e7863b23d0d3 (diff) | |
download | rules-cc-26c12387fd0400394eddc43c58a77f25799c93cd.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/test/EXPRESSIONS')
-rw-r--r-- | rules/CC/test/EXPRESSIONS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/CC/test/EXPRESSIONS b/rules/CC/test/EXPRESSIONS index e1442c5..0c6d797 100644 --- a/rules/CC/test/EXPRESSIONS +++ b/rules/CC/test/EXPRESSIONS @@ -8,6 +8,8 @@ , "vars": [ "ARCH" , "HOST_ARCH" + , "TARGET_ARCH" + , "ARCH_DISPATCH" , "CC" , "CXX" , "CFLAGS" @@ -48,6 +50,7 @@ , "ldflags-files-deps": ["./", "..", "ldflags-files-deps"] , "binary": ["./", "..", "bin artifact"] , "host transition": ["transitions", "for host"] + , "target properties": ["transitions", "target properties"] , "stage": ["./", "../..", "stage_singleton_field"] } , "expression": @@ -154,6 +157,9 @@ ] } ] + , [ "target properties" + , {"type": "CALL_EXPRESSION", "name": "target properties"} + ] ] , "body": { "type": "if" @@ -178,6 +184,8 @@ , "$1": ["CC test ", {"type": "var", "name": "test-name"}, " failed"] } + , "execution properties": + {"type": "var", "name": "target properties"} } ] , [ "runfiles" @@ -251,6 +259,8 @@ , ")" ] } + , "execution properties": + {"type": "var", "name": "target properties"} } } } |