diff options
author | U. Artie Eoff <ullysses.a.eoff@intel.com> | 2012-12-07 13:50:32 -0800 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-12-11 15:30:25 -0500 |
commit | 1ba9b38ec6ff0d9a8661cc6f98eab34cbf6efd1e (patch) | |
tree | 5636652298d33721dd6de488e5f3ee12e3c6e09a /tests/.gitignore | |
parent | 617f478df3216d3e851b94fbae99ac3e4c264667 (diff) | |
download | weston-1ba9b38ec6ff0d9a8661cc6f98eab34cbf6efd1e.tar.gz |
tests: Convert keyboard-test to new test extension
This adds a weston-test-runner for the weston test extension and
some weston test client helper methods.
Converted keyboard-test to use the new test interface, runner,
and helper methods.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=56822
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 26bf83db..ffc8b9d2 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,3 +5,4 @@ test-text-client wayland-test-client-protocol.h wayland-test-protocol.c wayland-test-server-protocol.h +keyboard-test |