On Sun, 9 Dec 2012 15:43:18 +
"Eoff, Ullysses A" wrote:
> >-Original Message-
> >From: Pekka Paalanen [mailto:ppaala...@gmail.com]
> >
> >On Fri, 7 Dec 2012 13:50:32 -0800
> >"U. Artie Eoff" wrote:
> >
> >> +void
> >> +yield(struct client *client)
> >> +{
> >> + /*
> >> + * FIXME
>-Original Message-
>From: Pekka Paalanen [mailto:ppaala...@gmail.com]
>Sent: Saturday, December 08, 2012 12:33 AM
>To: Eoff, Ullysses A
>Cc: wayland-devel@lists.freedesktop.org
>Subject: Re: [PATCH weston v2 4/6] tests: Convert keyboard-test to new test
>extension
&
On Fri, 7 Dec 2012 13:50:32 -0800
"U. Artie Eoff" wrote:
> From: "U. Artie Eoff"
>
> 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 h
From: "U. Artie Eoff"
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 Eof