summaryrefslogtreecommitdiff
path: root/clients/cloud-setup/tests/test-cloud-setup-general.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-19 14:51:13 +0100
committerThomas Haller <thaller@redhat.com>2021-02-19 15:00:18 +0100
commitfbcd57281a9329e8c1ee16eefe4b561a66e894f0 (patch)
tree6c734c063f863fb5be0a55c3c842c51e1430a780 /clients/cloud-setup/tests/test-cloud-setup-general.c
parent2f86b47417d4827c839447bd589489fa0f6d19b4 (diff)
downloadNetworkManager-th/move-to-src-shared.tar.gz
shared: move "nm-test-utils.h" to "src/libnm-glib-aux/"th/move-to-src-shared
"nm-test-utils.h" is a header-only, helper library for our unit tests. It was somewhat unmotivated in "shared/nm-utils", because all tests use it, but it was not part of a "module". Move it to "src/libnm-glib-aux/". It fits there very well. They both have (only) a dependency on glib.
Diffstat (limited to 'clients/cloud-setup/tests/test-cloud-setup-general.c')
-rw-r--r--clients/cloud-setup/tests/test-cloud-setup-general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cloud-setup/tests/test-cloud-setup-general.c b/clients/cloud-setup/tests/test-cloud-setup-general.c
index e7d898e0e4..88f2cb74ad 100644
--- a/clients/cloud-setup/tests/test-cloud-setup-general.c
+++ b/clients/cloud-setup/tests/test-cloud-setup-general.c
@@ -5,7 +5,7 @@
#include "nm-cloud-setup-utils.h"
#include "libnm-core-aux-intern/nm-libnm-core-utils.h"
-#include "nm-utils/nm-test-utils.h"
+#include "libnm-glib-aux/nm-test-utils.h"
/*****************************************************************************/