diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-06-26 18:36:31 +0200 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2018-06-28 20:38:52 +0200 |
commit | 1491efa5d8ec1f90eb237eced2252a9e5cfc5b10 (patch) | |
tree | afd1214de6a0e734497eb7d31b63184da3b0d40f /libnm-glib | |
parent | 22813fdc6005fa3ed0ecddfdb21fefd4bea616c3 (diff) |
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-glib')
-rw-r--r-- | libnm-glib/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/meson.build b/libnm-glib/meson.build index fabd88187..016aa6389 100644 --- a/libnm-glib/meson.build +++ b/libnm-glib/meson.build @@ -269,10 +269,10 @@ executable( link_with: libnm_glib ) -run_target( +test( 'check-local-exports-' + libnm_glib_name, - command: [check_exports, libnm_glib.full_path(), linker_script], - depends: libnm_glib + check_exports, + args: [libnm_glib.full_path(), linker_script], ) if enable_tests |