aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/64 alias target/subdir/meson.build
blob: b3f5480b52b83a4cfff8bd8389d1ca331c05de2a (plain)
1
2
3
4
5
6
r = run_target('run-target',
  command: [python3, '-c', 'print("a run target was here")']
)

alias_target('aliased-run', r)