1sc = run_command(grabber)
2subsources = sc.stdout().strip().split(newline)
3
4se = executable('subprog', subsources)
5test('subgrabtest', se)
6