5 lines
108 B
Meson
5 lines
108 B
Meson
project('should fail', 'c')
|
|
|
|
exe = executable('prog', 'failing.c')
|
|
test('failing', exe, should_fail : true)
|