summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-06-03 17:12:10 +0300
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2016-06-23 17:44:54 +0300
commitb5e3ea218b183b91e17b843b375fadd37563a1c0 (patch)
treeef00f6f88b96657aa63668d107e0901667bfbe09 /tests
parent58f98c99f533440a6ad996c299d74642659c51f2 (diff)
downloadweston-b5e3ea218b183b91e17b843b375fadd37563a1c0.tar.gz
weston-b5e3ea218b183b91e17b843b375fadd37563a1c0.tar.bz2
weston-b5e3ea218b183b91e17b843b375fadd37563a1c0.zip
Rename src/ to libweston/
This clarifies what is supposed to be the libweston code. v2: screen-share.c is already in compositor/ instead. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Yong Bakos <ybakos@humanoriented.com> Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net> Tested-by: Quentin Glidic <sardemff7+git@sardemff7.net> Tested-by: Benoit Gschwind <gschwind@gnu-log.net> Acked-by: Benoit Gschwind <gschwind@gnu-log.net> [Pekka: rebased]
Diffstat (limited to 'tests')
-rw-r--r--tests/ivi_layout-internal-test.c2
-rw-r--r--tests/ivi_layout-test-plugin.c2
-rw-r--r--tests/surface-global-test.c2
-rw-r--r--tests/surface-test.c2
-rw-r--r--tests/vertex-clip-test.c2
-rw-r--r--tests/weston-test.c4
6 files changed, 7 insertions, 7 deletions
diff --git a/tests/ivi_layout-internal-test.c b/tests/ivi_layout-internal-test.c
index f5e296cb..bc36ad13 100644
--- a/tests/ivi_layout-internal-test.c
+++ b/tests/ivi_layout-internal-test.c
@@ -31,7 +31,7 @@
#include <string.h>
#include <stdbool.h>
-#include "src/compositor.h"
+#include "compositor.h"
#include "ivi-shell/ivi-layout-export.h"
#include "ivi-shell/ivi-layout-private.h"
#include "ivi-test.h"
diff --git a/tests/ivi_layout-test-plugin.c b/tests/ivi_layout-test-plugin.c
index 4cae3c59..1a28c6ee 100644
--- a/tests/ivi_layout-test-plugin.c
+++ b/tests/ivi_layout-test-plugin.c
@@ -32,7 +32,7 @@
#include <string.h>
#include <assert.h>
-#include "src/compositor.h"
+#include "compositor.h"
#include "compositor/weston.h"
#include "weston-test-server-protocol.h"
#include "ivi-test.h"
diff --git a/tests/surface-global-test.c b/tests/surface-global-test.c
index 11b2455d..b0a1d1cb 100644
--- a/tests/surface-global-test.c
+++ b/tests/surface-global-test.c
@@ -27,7 +27,7 @@
#include <assert.h>
-#include "src/compositor.h"
+#include "compositor.h"
static void
surface_to_from_global(void *data)
diff --git a/tests/surface-test.c b/tests/surface-test.c
index 55c324be..243f8dc3 100644
--- a/tests/surface-test.c
+++ b/tests/surface-test.c
@@ -28,7 +28,7 @@
#include <stdio.h>
#include <assert.h>
-#include "src/compositor.h"
+#include "compositor.h"
static void
surface_transform(void *data)
diff --git a/tests/vertex-clip-test.c b/tests/vertex-clip-test.c
index 8a4e5a6b..ce876cec 100644
--- a/tests/vertex-clip-test.c
+++ b/tests/vertex-clip-test.c
@@ -31,7 +31,7 @@
#include "weston-test-runner.h"
#include "shared/helpers.h"
-#include "src/vertex-clipping.h"
+#include "vertex-clipping.h"
#define BOUNDING_BOX_TOP_Y 100.0f
#define BOUNDING_BOX_LEFT_X 50.0f
diff --git a/tests/weston-test.c b/tests/weston-test.c
index 26b2ae09..1793744c 100644
--- a/tests/weston-test.c
+++ b/tests/weston-test.c
@@ -31,14 +31,14 @@
#include <unistd.h>
#include <string.h>
-#include "src/compositor.h"
+#include "compositor.h"
#include "compositor/weston.h"
#include "weston-test-server-protocol.h"
#ifdef ENABLE_EGL
#include <EGL/egl.h>
#include <EGL/eglext.h>
-#include "src/weston-egl-ext.h"
+#include "weston-egl-ext.h"
#endif /* ENABLE_EGL */
#include "shared/helpers.h"