summaryrefslogtreecommitdiffstats
path: root/test cases/common/68 should fail/meson.build
blob: dffbbb38180f1df2b358e3fcb4feb89259829204 (plain)
1
2
3
4
project('should fail', 'c')

exe = executable('prog', 'failing.c')
test('failing', exe, should_fail : true)