Sign in
qemu
/
meson
/
refs/heads/xcodefix
/
.
/
test cases
/
unit
/
4 suite selection
/
subprojects
/
subprjmix
/
meson.build
blob: 1d0eeff2ef289af74691b769d6fefc4aa12298be [
file
] [
log
] [
blame
]
project
(
'subprjmix'
,
'c'
)
test
(
'subprjmix-failing_test'
,
executable
(
'failing_test'
,
'failing_test.c'
),
suite
:
'fail'
)
test
(
'subprjmix-successful_test'
,
executable
(
'successful_test'
,
'successful_test.c'
),
suite
:
'success'
)