Sign in
qemu
/
meson
/
d57ca7d2a21b70bc5a9659c51bc345f539ccc6c9
/
.
/
test cases
/
failing test
/
4 hard error
/
meson.build
blob: 6979b041693446c50243078e23bd7d5508ab1a13 [
file
] [
log
] [
blame
]
project
(
'trivial'
,
'c'
)
# Exit code 99 even overrides should_fail
test
(
'My Test'
,
executable
(
'main'
,
'main.c'
),
should_fail
:
true
)