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')