Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
75 should fail
/
meson.build
blob: dffbbb38180f1df2b358e3fcb4feb89259829204 [
file
] [
log
] [
blame
]
project
(
'should fail'
,
'c'
)
exe
=
executable
(
'prog'
,
'failing.c'
)
test
(
'failing'
,
exe
,
should_fail
:
true
)