aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/115 run_target in test/meson.build
blob: db7cb30e7beffc512ebb1211bdaff86394f7a8ca (plain)
1
2
3
4
project('trivial test', 'c')
exe = executable('trivialprog', 'trivial.c')
runt = run_target('invalid', command: ['echo', 'run_target'])
test('runtest', exe, args: runt)