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 abf58594..2c0ea5a1 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 -run_target( +test( 'check-wwan', - command: [check_exports, libnm_wwan.full_path(), linker_script], - depends: libnm_wwan + check_exports, + args: [libnm_wwan.full_path(), linker_script], ) sources = files( |