blob: 697d95f1c6dd1ce49708374a82a1d5fce653b41c [file] [log] [blame]
project('subproject test suites', 'c')
sub1 = executable('sub1', 'sub1.c')
sub2 = executable('sub2', 'sub2.c')
test('sub1', sub1)
test('sub2', sub2, suite : 'suite2')