Sign in
qemu
/
meson
/
d57ca7d2a21b70bc5a9659c51bc345f539ccc6c9
/
.
/
test cases
/
unit
/
14 testsetup selection
/
meson.build
blob: ae996c5befb3ee81a67177538fd2bee083f8fff9 [
file
] [
log
] [
blame
]
project
(
'main'
,
'c'
)
main
=
executable
(
'main'
,
'main.c'
)
test
(
'Test main'
,
main
)
add_test_setup
(
'worksforall'
)
add_test_setup
(
'missingfromfoo'
)
subproject
(
'foo'
)
subproject
(
'bar'
)