diff options
Diffstat (limited to 'src/devices/wifi/meson.build')
| -rw-r--r-- | src/devices/wifi/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/wifi/meson.build b/src/devices/wifi/meson.build index 2745040b..a27f8e6a 100644 --- a/src/devices/wifi/meson.build +++ b/src/devices/wifi/meson.build @@ -33,10 +33,10 @@ libnm_device_plugin_wifi = shared_module( core_plugins += libnm_device_plugin_wifi -test( +run_target( 'check-local-devices-wifi', - check_exports, - args: [libnm_device_plugin_wifi.full_path(), linker_script_devices], + command: [check_exports, libnm_device_plugin_wifi.full_path(), linker_script_devices], + depends: libnm_device_plugin_wifi ) # FIXME: check_so_symbols replacement |