From eea1f50ea7b66b7c73d6bb3f6053936472e62837 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 18 Oct 2018 12:14:44 +0200 Subject: [PATCH] shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h" --- shared/nm-utils/nm-test-utils.h | 3 +++ 1 file changed, 3 insertions(+) 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