summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-20 12:37:48 +0100
committerThomas Haller <thaller@redhat.com>2021-02-24 12:48:42 +0100
commita03a03fbe9a8e8d41713b2c01ebf7a867fc7a83b (patch)
tree857d76f461e64573100a075354b2fcbf1751b90a /shared/meson.build
parent9bba4871f3d46a3eccec84ac63e053e1dd1775b9 (diff)
downloadNetworkManager-a03a03fbe9a8e8d41713b2c01ebf7a867fc7a83b.tar.gz
libnm/tests: add static helper library "src/libnm-client-test/"
This helper code is already used by several of our unit tests. Compile it as a separate library. Previously, the source code lingered unmotivated under "shared/", which is confusing.
Diffstat (limited to 'shared/meson.build')
-rw-r--r--shared/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/meson.build b/shared/meson.build
index 27d39e299b..5ed6891d34 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -12,6 +12,4 @@ glib_nm_default_dep = declare_dependency(
],
)
-nm_test_utils_impl_source = files('nm-test-utils-impl.c')
-
nm_vpn_plugin_utils_source = files('nm-utils/nm-vpn-plugin-utils.c')