aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing test/4 hard error/meson.build
blob: 6979b041693446c50243078e23bd7d5508ab1a13 (plain)
1
2
3
4
project('trivial', 'c')

# Exit code 99 even overrides should_fail
test('My Test', executable('main', 'main.c'), should_fail: true)