Add a test of a failed pickled command
This commit is contained in:
parent
194dcdef03
commit
bd16b4846f
|
@ -0,0 +1,7 @@
|
|||
project('failed pickled command')
|
||||
|
||||
custom_target('failure',
|
||||
command: ['false', '\n'],
|
||||
output: 'output.txt',
|
||||
build_by_default: true,
|
||||
)
|
Loading…
Reference in New Issue