shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h"

This commit is contained in:
Thomas Haller 2018-10-18 12:14:44 +02:00
parent 636516e708
commit eea1f50ea7

View file

@ -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