NetworkManager/src/platform/tests
Dan Winship c4417c71b6 core: use non-recursive build
Although having different parts of NM in different subdirectories
keeps the source tree neat, it has made the build messy, particularly
because of cross-dependencies between the subdirs.

Reorganize to build all of the pieces of the NetworkManager binary
from src/Makefile, and only use recursive make for test programs,
helper binaries, and plugins.

As part of this, get rid of all the per-directory convenience
libraries, and switch to building a single top-level
libNetworkManager.la, containing everything except main.c, which all
of the test programs can then link against.
2013-05-08 15:07:18 -04:00
..
.gitignore platform: update gitignore for tests 2013-04-29 14:13:50 +02:00
dump.c libnm-glib, cli: add nm_device_get_type_description 2013-05-07 12:46:56 -04:00
Makefile.am core: use non-recursive build 2013-05-08 15:07:18 -04:00
monitor.c platform: link management 2013-04-10 16:40:58 +02:00
platform.c platform: manual testing tool 2013-05-03 15:38:57 +02:00
test-address.c platform: use g_assert_cmpint() and g_assert_cmpstr() in tests 2013-05-03 08:39:19 -04:00
test-common.c platform: link management 2013-04-10 16:40:58 +02:00
test-common.h platform: address management 2013-04-10 16:40:58 +02:00
test-link.c platform: add nm_platform_link_get_type_name() 2013-05-07 12:46:56 -04:00
test-route.c platform: add mss attribute to NMPlatformIP*Route 2013-05-03 19:50:17 +02:00