Created
September 8, 2016 22:16
-
-
Save winksaville/a9a0851f40bb40800a82a41027792d91 to your computer and use it in GitHub Desktop.
run_target with keyword paramaters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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