summaryrefslogtreecommitdiffstats
path: root/test cases/linuxlike/15 ld binary/meson.build
blob: 6452813ea79b6ec5967a553b87e65a06b7b61251 (plain)
1
2
3
4
project('ld binary')

ld = find_program('ld')
assert(run_command(ld, '--version', check: false).returncode() == 0)