aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/78 file object/subdir2/meson.build
blob: 58865101918510e01c9bbaa024791dd2e0d297f4 (plain)
1
2
3
4
5
6
7
prog2 = files('prog.c')
lib2 = files('lib.c')

test('subdir3', executable('subdir3', prog1, lib2), should_fail : true)
test('subdir4', executable('subdir4', prog2, lib1), should_fail : true)

test('subdir4', executable('subdir5', prog2, lib2))