1 2 3 4 5 6 7
project('failed pickled command') custom_target('failure', command: [find_program('false.py'), '\n'], output: 'output.txt', build_by_default: true, )