summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-04-22 16:55:28 +0200
committerThomas Haller <thaller@redhat.com>2014-06-05 18:12:56 +0200
commit8af001eae44caa65b714233f1870119a3129558e (patch)
treef1b5ba5fe1779a31aac5edf1543b124d605e4759 /src/tests
parent0e9cd4f6fc44c617377c3bc6298e74dd86aaec01 (diff)
downloadNetworkManager-8af001eae44caa65b714233f1870119a3129558e.tar.gz
nmtst: combine files nm-test-helpers.h and nm-test-utils.h
Move the content of nm-test-helpers.h to nm-test-utils.h which completly replaces the older file. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/test-dhcp-options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test-dhcp-options.c b/src/tests/test-dhcp-options.c
index c9748cf775..96e9b5c822 100644
--- a/src/tests/test-dhcp-options.c
+++ b/src/tests/test-dhcp-options.c
@@ -25,12 +25,13 @@
#include <arpa/inet.h>
#include <string.h>
-#include "nm-test-helpers.h"
#include <nm-utils.h>
#include "nm-dhcp-manager.h"
#include "nm-logging.h"
+#include "nm-test-utils.h"
+
typedef struct {
const char *name;
const char *value;