The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

7 lines
140 B

project('failed pickled command')
custom_target('failure',
command: ['false', '\n'],
output: 'output.txt',
build_by_default: true,
)