aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/93 suites/subprojects/sub/meson.build
blob: 697d95f1c6dd1ce49708374a82a1d5fce653b41c (plain)
1
2
3
4
5
6
7
project('subproject test suites', 'c')

sub1 = executable('sub1', 'sub1.c')
sub2 = executable('sub2', 'sub2.c')

test('sub1', sub1)
test('sub2', sub2, suite : 'suite2')