all/tests: split core part out of "nm-test-utils.h"

A large part of "nm-test-utils.h" is only relevant for tests inside "src/"
directory, as they are helpers related to NetworkManager core part.

Split this part out of "nm-test-utils.h" header.
This commit is contained in:
Thomas Haller
2016-05-17 14:04:28 +02:00
parent 65a254e03c
commit a2c843499c
33 changed files with 330 additions and 301 deletions

View File

@@ -31,7 +31,7 @@
#include "nm-ip4-config.h"
#include "nm-platform.h"
#include "nm-test-utils.h"
#include "nm-test-utils-core.h"
#define DEBUG 1

View File

@@ -28,7 +28,7 @@
#include "nm-dhcp-utils.h"
#include "nm-platform.h"
#include "nm-test-utils.h"
#include "nm-test-utils-core.h"
typedef struct {
const char *name;