meson/test cases/failing test/6 xpass/meson.build

5 lines
122 B
Meson

project('unexpected pass', 'c')
test('should_fail_but_does_not', executable('xpass', 'xpass.c'),
should_fail: true)