diff options
Diffstat (limited to 'src/devices/wwan/meson.build')
| -rw-r--r-- | src/devices/wwan/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/wwan/meson.build b/src/devices/wwan/meson.build index 2c0ea5a1..abf58594 100644 --- a/src/devices/wwan/meson.build +++ b/src/devices/wwan/meson.build @@ -35,10 +35,10 @@ libnm_wwan_dep = declare_dependency( core_plugins += libnm_wwan -test( +run_target( 'check-wwan', - check_exports, - args: [libnm_wwan.full_path(), linker_script], + command: [check_exports, libnm_wwan.full_path(), linker_script], + depends: libnm_wwan ) sources = files( |