blob: 924502066fdcc5a78120b14ccc117d074347aeda [file] [log] [blame]
project('failed pickled command')
custom_target('failure',
command: [find_program('false.py'), '\n'],
output: 'output.txt',
build_by_default: true,
)