Skip to content

Instantly share code, notes, and snippets.

@winksaville
Created September 8, 2016 22:16
Show Gist options
  • Save winksaville/a9a0851f40bb40800a82a41027792d91 to your computer and use it in GitHub Desktop.
Save winksaville/a9a0851f40bb40800a82a41027792d91 to your computer and use it in GitHub Desktop.
run_target with keyword paramaters
sudo_runner_file = '@0@/tools/sudo.runner.sh'.format(meson.source_root())
sudo_runner = find_program(sudo_runner_file)
run_target('run-test-posix-ac_inet_link_regular',
command : [sudo_runner, test_posix_ac_inet_link_regular],
depends : test_posix_ac_inet_link_regular)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment