blob: 6979b041693446c50243078e23bd7d5508ab1a13 [file] [log] [blame]
project('trivial', 'c')
# Exit code 99 even overrides should_fail
test('My Test', executable('main', 'main.c'), should_fail: true)