summaryrefslogtreecommitdiff
path: root/shared/nm-utils/nm-test-utils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-10-18 12:14:44 +0200
committerThomas Haller <thaller@redhat.com>2018-10-18 12:17:39 +0200
commiteea1f50ea7b66b7c73d6bb3f6053936472e62837 (patch)
treeb6ffd4ea4a42ad44476ecc712de5bec560ec4dc4 /shared/nm-utils/nm-test-utils.h
parent636516e7080a28a796e9e585f15eb57a6ecbe7c8 (diff)
downloadNetworkManager-eea1f50ea7b66b7c73d6bb3f6053936472e62837.tar.gz
shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h"
Diffstat (limited to 'shared/nm-utils/nm-test-utils.h')
-rw-r--r--shared/nm-utils/nm-test-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/nm-utils/nm-test-utils.h b/shared/nm-utils/nm-test-utils.h
index 124cdb45bd..89bd111992 100644
--- a/shared/nm-utils/nm-test-utils.h
+++ b/shared/nm-utils/nm-test-utils.h
@@ -30,6 +30,9 @@
*
* Our tests (make check) include this header-only file nm-test-utils.h.
*
+ * You should always include this header *as last*. Reason is, that depending on
+ * previous includes, functionality will be enabled.
+ *
* Logging:
* In tests, nm-logging redirects to glib logging. By default, glib suppresses all debug
* messages unless you set G_MESSAGES_DEBUG. To enable debug logging, you can explicitly set