Re: [PATCH v2] tests: add test-compositor

2014-08-22 Thread Pekka Paalanen
On Thu, 21 Aug 2014 16:52:16 +0200 Marek Chalupa wrote: > This patch introduces a set of functions that can create a display > and clients for tests. > On server side the user can use functions: > display_create() > display_destroy() > create_client() > display_run() > display_resume()

[PATCH v2] tests: add test-compositor

2014-08-21 Thread Marek Chalupa
This patch introduces a set of functions that can create a display and clients for tests. On server side the user can use functions: display_create() display_destroy() create_client() display_run() display_resume() and on client side the user can use: client_connect() client_disconnec