aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/14 testsetup selection/subprojects/bar/meson.build
blob: 1155a88aafbaf10ac644e04e79bc55728833e7fe (plain)
1
2
3
4
5
6
project('bar', 'c')
bar = executable('bar', 'bar.c')
test('Test bar', bar)
add_test_setup('onlyinbar')
add_test_setup('worksforall')
add_test_setup('missingfromfoo')