tests: Define and implement a test protocol extension.
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Fri, 7 Dec 2012 21:50:29 +0000 (13:50 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Dec 2012 20:29:52 +0000 (15:29 -0500)
commit65e7e7a65bf17f7b886653bfee850ff728bbd904
treef47b93bf7bab6a9053c86f48af9944b7bf2a41cf
parentbc2312c7c6506d03f396d1b41f91ff3a80085714
tests: Define and implement a test protocol extension.

The weston test extension, called weston-test.so, can be loaded
from the "modules" configuration option on the command line
or in the .ini file.

Clients can bind to the "wl_test" interface to interact with
the weston test extension.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
protocol/Makefile.am
protocol/wayland-test.xml [new file with mode: 0644]
tests/.gitignore
tests/Makefile.am
tests/weston-test.c [new file with mode: 0644]