summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-03 10:20:46 -0800
committerBen Pfaff <blp@ovn.org>2016-03-19 10:02:12 -0700
commit3e8a2ad145a3f7e3a905a9dfbc951436679e35cc (patch)
treea8c70ea6f8218f8c578a13d44a0ed07d7cd3f693 /tests
parente03c096dd0a61d1ec2cbc3d096b7dbc128e45939 (diff)
downloadopenvswitch-3e8a2ad145a3f7e3a905a9dfbc951436679e35cc.tar.gz
Move lib/dynamic-string.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/ovstest.c2
-rw-r--r--tests/test-netflow.c2
-rw-r--r--tests/test-odp.c2
-rw-r--r--tests/test-ovn.c2
-rw-r--r--tests/test-ovsdb.c2
-rw-r--r--tests/test-sflow.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/ovstest.c b/tests/ovstest.c
index 3f3430df4..2fb7f6662 100644
--- a/tests/ovstest.c
+++ b/tests/ovstest.c
@@ -22,7 +22,7 @@
#include <limits.h>
#include <stdlib.h>
#include "command-line.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "ovstest.h"
#include "util.h"
diff --git a/tests/test-netflow.c b/tests/test-netflow.c
index 47d0f201c..fa0920e2d 100644
--- a/tests/test-netflow.c
+++ b/tests/test-netflow.c
@@ -24,7 +24,7 @@
#include <unistd.h>
#include "command-line.h"
#include "daemon.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "ofpbuf.h"
#include "ovstest.h"
#include "packets.h"
diff --git a/tests/test-odp.c b/tests/test-odp.c
index 8565ab625..c1ea00a34 100644
--- a/tests/test-odp.c
+++ b/tests/test-odp.c
@@ -18,7 +18,7 @@
#undef NDEBUG
#include "odp-util.h"
#include <stdio.h>
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "flow.h"
#include "match.h"
#include "ofp-parse.h"
diff --git a/tests/test-ovn.c b/tests/test-ovn.c
index cb4c1d196..043194b85 100644
--- a/tests/test-ovn.c
+++ b/tests/test-ovn.c
@@ -19,7 +19,7 @@
#include <errno.h>
#include <getopt.h>
#include <sys/wait.h>
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "fatal-signal.h"
#include "match.h"
#include "ofp-actions.h"
diff --git a/tests/test-ovsdb.c b/tests/test-ovsdb.c
index 670a141fa..f0bbfcddb 100644
--- a/tests/test-ovsdb.c
+++ b/tests/test-ovsdb.c
@@ -24,7 +24,7 @@
#include <stdlib.h>
#include "command-line.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "json.h"
#include "jsonrpc.h"
#include "ovsdb-data.h"
diff --git a/tests/test-sflow.c b/tests/test-sflow.c
index 8f9ccf473..aa003fd64 100644
--- a/tests/test-sflow.c
+++ b/tests/test-sflow.c
@@ -27,7 +27,7 @@
#include <setjmp.h>
#include "command-line.h"
#include "daemon.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "ofpbuf.h"
#include "ovstest.h"
#include "packets.h"