Sign in
qemu
/
meson
/
a6258eb5e2660598b1039cf6ee88692a9091affd
/
.
/
test cases
/
format
/
1 default
/
gh13242.meson
blob: b9122ec812d86ae823fc1673daca96fba4d80c58 [
file
] [
log
] [
blame
]
# Minimized meson.build
test
(
args
:
[
shared_library
(
f
'tstlib-@name@'
,
build_by_default
:
false
,
override_options
:
opt
,
),
],
)
test
(
should_fail
:
(
settings
.
get
(
'x'
,
false
)
and
not
settings
[
'y'
]
and
dep
.
version
(
).
version_compare
(
'>=1.2.3'
,
)),
)