Sign in
qemu
/
meson
/
9e3b3db7054c7dedecd14db3e6061ff7e2227faf
/
.
/
test cases
/
failing
/
65 skip only subdir
/
meson.build
blob: 4832bd49c2fae76231e8a0a7058e7d8880c56097 [
file
] [
log
] [
blame
]
# Check that skip_rest only exits subdir, not the whole script.
# Should create an error because main.cpp does not exists.
project
(
'example exit'
,
'cpp'
)
subdir
(
'subdir'
)
message
(
'Good'
)
executable
(
'main'
,
'main.cpp'
)