blob: 1155a88aafbaf10ac644e04e79bc55728833e7fe [file] [log] [blame]
project('bar', 'c')
bar = executable('bar', 'bar.c')
test('Test bar', bar)
add_test_setup('onlyinbar')
add_test_setup('worksforall')
add_test_setup('missingfromfoo')