summaryrefslogtreecommitdiff
path: root/CC/test/EXPRESSIONS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-07-12 15:29:23 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-07-12 15:29:23 +0200
commitbdeabd1b99600bd8bdd1c002dc73e7863b23d0d3 (patch)
treed7b5282cd0fabff63073f759cab37880ed2afb79 /CC/test/EXPRESSIONS
parent642f0b1637a331b072d63138157bae23b14c7b59 (diff)
parentaa14a481ce7645f6fb78ce7548a1f60920599d49 (diff)
downloadrules-cc-bdeabd1b99600bd8bdd1c002dc73e7863b23d0d3.tar.gz
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/test/EXPRESSIONS')
-rw-r--r--CC/test/EXPRESSIONS10
1 files changed, 10 insertions, 0 deletions
diff --git a/CC/test/EXPRESSIONS b/CC/test/EXPRESSIONS
index e1442c5..0c6d797 100644
--- a/CC/test/EXPRESSIONS
+++ b/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"}
}
}
}