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