NetworkManager/src/tests
Thomas Haller aed3c810b3 systemd: split "nm-sd.h" out of "nm-sd-adapt.h"
Now we have:

"nm-sd.h" is a header file of NetworkManager with utilities
related to systemd. It can be used anywhere freely.

Also, systemd headers that are considered public API (like
"sd-event.h") can be used without restrictions.

When compiling the systemd sources, we always must include
"nm-sd-adapt.h" as first. Similarly, systemd headers must
not include "nm-sd-adapt.h", because they are either public
(in which case the adapter is not needed) or they are internal
(in which case they are themself included via a systemd source).

Sometimes, we must internal API (like "dhcp-lease-internal.h").
In this case, we also must include "nm-sd-adapt.h".
2016-03-11 11:02:12 +01:00
..
config all/tests: fix tests after adjusting glib logging level 2016-03-10 14:04:32 +01:00
Makefile.am systemd: integrate sd-event into glib main loop 2016-03-11 09:28:12 +01:00
test-dcb.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
test-general-with-expect.c all/tests: fix tests after adjusting glib logging level 2016-03-10 14:04:32 +01:00
test-general.c build: compile with -Wno-duplicate-decl-specifier 2016-03-09 11:45:03 +01:00
test-ip4-config.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
test-ip6-config.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
test-resolvconf-capture.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
test-route-manager.c route-manager/tests: add assertion for adding route 2016-03-04 08:59:36 +01:00
test-secret-agent.py use /usr/bin/env instead of /bin/env 2011-03-29 01:00:47 +02:00
test-systemd.c systemd: split "nm-sd.h" out of "nm-sd-adapt.h" 2016-03-11 11:02:12 +01:00
test-utils.c core: split "nm-core-utils.h" out of "NetworkManagerUtils.h" 2016-03-01 12:42:42 +01:00
test-wired-defname.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00