tests: Rename wayland-test to weston-test
wayland-test isn't and will never be wayland protocol, it's weston internal.
Renamed wayland-test to weston-test, and wl_test to weston_test.
Also added a Big Fat Warning to the description of weston_test to try to
keep people from thinking it's a good idea to use some of these functions
outside of testing.
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Acked-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
diff --git a/Makefile.am b/Makefile.am
index 32e8b0b..7fb9e17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -978,8 +978,8 @@
weston_test_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
weston_test_la_SOURCES = tests/weston-test.c
nodist_weston_test_la_SOURCES = \
- protocol/wayland-test-protocol.c \
- protocol/wayland-test-server-protocol.h
+ protocol/weston-test-protocol.c \
+ protocol/weston-test-server-protocol.h
if ENABLE_EGL
weston_test_la_CFLAGS += $(EGL_TESTS_CFLAGS)
@@ -1004,8 +1004,8 @@
tests/weston-test-client-helper.c \
tests/weston-test-client-helper.h
nodist_libtest_client_la_SOURCES = \
- protocol/wayland-test-protocol.c \
- protocol/wayland-test-client-protocol.h
+ protocol/weston-test-protocol.c \
+ protocol/weston-test-client-protocol.h
libtest_client_la_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
libtest_client_la_LIBADD = $(TEST_CLIENT_LIBS) libshared.la libtest-runner.la
@@ -1081,9 +1081,9 @@
EXTRA_DIST += tests/weston-tests-env
BUILT_SOURCES += \
- protocol/wayland-test-protocol.c \
- protocol/wayland-test-server-protocol.h \
- protocol/wayland-test-client-protocol.h \
+ protocol/weston-test-protocol.c \
+ protocol/weston-test-server-protocol.h \
+ protocol/weston-test-client-protocol.h \
protocol/text-protocol.c \
protocol/text-client-protocol.h
@@ -1094,7 +1094,7 @@
protocol/input-method.xml \
protocol/workspaces.xml \
protocol/text-cursor-position.xml \
- protocol/wayland-test.xml \
+ protocol/weston-test.xml \
protocol/xdg-shell.xml \
protocol/fullscreen-shell.xml \
protocol/presentation_timing.xml \