summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-12-06 13:31:56 +0100
committerThomas Haller <thaller@redhat.com>2019-12-10 09:17:17 +0100
commit44c5331e29d86808b9f8d9e210689183d89401bd (patch)
treeacef71a423be3448e0478f1a4db01d1f7abcad91 /shared/meson.build
parenta33ed5ad820242adcfa87d30f2a7dd540f1d32e8 (diff)
downloadNetworkManager-44c5331e29d86808b9f8d9e210689183d89401bd.tar.gz
shared: move "shared/nm-utils/tests/test-shared-general" to "shared/nm-glib-aux/tests"
"shared/nm-utils" got long renamed and split into separate parts. The remaining tests are really to test nm-std-aux and nm-glib-aux (no libnm dependencies). Move the tests to the appropriate place.
Diffstat (limited to 'shared/meson.build')
-rw-r--r--shared/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/meson.build b/shared/meson.build
index 5f96d49dc6..88b2de8f09 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -256,5 +256,5 @@ libnm_systemd_logging_stub = static_library(
)
if enable_tests
- subdir('nm-utils/tests')
+ subdir('nm-glib-aux/tests')
endif