1prog2 = files('prog.c')
2lib2 = files('lib.c')
3
4test('subdir3', executable('subdir3', prog1, lib2), should_fail : true)
5test('subdir4', executable('subdir4', prog2, lib1), should_fail : true)
6
7test('subdir4', executable('subdir5', prog2, lib2))