Re: [PATCH weston v1 17/17] tests: add interactive tests

2014-12-09 Thread Derek Foreman
This new test fails for me: "interactive.weston: tests/interactive-test.c:115: focus_tests_one_client: Assertion `c1->input->keyboard->focus == c1->surface->wl_surface' failed. On 05/12/14 07:36 AM, Marek Chalupa wrote: > These tests are using pointer and keyboard simulated events > to interact wi

[PATCH weston v1 17/17] tests: add interactive tests

2014-12-05 Thread Marek Chalupa
These tests are using pointer and keyboard simulated events to interact with client. Signed-off-by: Marek Chalupa --- Makefile.am | 7 ++- tests/interactive-test.c | 135 +++ 2 files changed, 141 insertions(+), 1 deletion(-) create mode