diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2015-02-24 09:32:14 -0600 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-02-24 11:26:29 -0800 |
commit | f6a65928a845735943e059561763cf40c0876a4a (patch) | |
tree | 3022d5f3e9538b7bc69f43f1463b3a8ffb866629 /protocol | |
parent | 25c0ca57159b35e2d98004ee1e24e7d02c017e6d (diff) |
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>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/weston-test.xml (renamed from protocol/wayland-test.xml) | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/protocol/wayland-test.xml b/protocol/weston-test.xml index 18b66253..17c7565f 100644 --- a/protocol/wayland-test.xml +++ b/protocol/weston-test.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<protocol name="wl_test"> +<protocol name="weston_test"> <copyright> Copyright © 2012 Intel Corporation @@ -26,7 +26,16 @@ THIS SOFTWARE. </copyright> - <interface name="wl_test" version="1"> + <interface name="weston_test" version="1"> + <description summary="weston internal testing"> + Internal testing facilities for the weston compositor. + + It can't be stressed enough that these should never ever be used + outside of running weston's tests. The weston-test.so module should + never be installed. + + These requests may allow clients to do very bad things. + </description> <request name="move_surface"> <arg name="surface" type="object" interface="wl_surface"/> <arg name="x" type="int"/> |