diff options
| author | Michael Biebl <biebl@debian.org> | 2018-09-23 10:10:27 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-09-23 10:10:27 +0200 |
| commit | e126f3e804c35480c4f075777430419d6ece23da (patch) | |
| tree | 5d5821ebcda8cd6ac34d2483bb3354910e508930 /src/devices/team/meson.build | |
| parent | c240974325c552cad177c457d6ff04e381fd77a3 (diff) | |
New upstream version 1.12.4 upstream/1.12.4
Diffstat (limited to 'src/devices/team/meson.build')
| -rw-r--r-- | src/devices/team/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/team/meson.build b/src/devices/team/meson.build index 0f0763bd..159c182a 100644 --- a/src/devices/team/meson.build +++ b/src/devices/team/meson.build @@ -21,10 +21,10 @@ libnm_device_plugin_team = shared_module( core_plugins += libnm_device_plugin_team -test( +run_target( 'check-local-devices-team', - check_exports, - args: [libnm_device_plugin_team.full_path(), linker_script_devices], + command: [check_exports, libnm_device_plugin_team.full_path(), linker_script_devices], + depends: libnm_device_plugin_team ) # FIXME: check_so_symbols replacement |