Add a test of a failed pickled command

This commit is contained in:
Jon Turney 2020-09-20 12:09:28 +01:00
parent 194dcdef03
commit bd16b4846f
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
project('failed pickled command')
custom_target('failure',
command: ['false', '\n'],
output: 'output.txt',
build_by_default: true,
)