summaryrefslogtreecommitdiffstats
path: root/test cases/common/48 file grabber/subdir/meson.build
blob: 9990e308f3d7b037c6fa94924cf78d761c8fe506 (plain)
1
2
3
4
5
sc = run_command(grabber, check: true)
subsources = sc.stdout().strip().split(newline)

se = executable('subprog', subsources)
test('subgrabtest', se)