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