summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-06-26 18:36:31 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-06-28 20:38:52 +0200
commit1491efa5d8ec1f90eb237eced2252a9e5cfc5b10 (patch)
treeafd1214de6a0e734497eb7d31b63184da3b0d40f /libnm-util
parent22813fdc6005fa3ed0ecddfdb21fefd4bea616c3 (diff)
downloadNetworkManager-1491efa5d8ec1f90eb237eced2252a9e5cfc5b10.tar.gz
meson: run the check-export.sh in test phase
Targets not depended on by anything are not useful and likely never get run.
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-util/meson.build b/libnm-util/meson.build
index 55df550175..0ba7b6ee36 100644
--- a/libnm-util/meson.build
+++ b/libnm-util/meson.build
@@ -167,10 +167,10 @@ if enable_introspection
)
endif
-run_target(
+test(
'check-local-exports-' + libnm_util_name,
- command: [check_exports, libnm_util.full_path(), linker_script],
- depends: libnm_util
+ check_exports,
+ args: [libnm_util.full_path(), linker_script],
)
sources = files(