Re: [Spice-devel] [PATCH spice-server v2] tests: Add a test for streaming devices

2017-11-21 Thread Christophe Fergeau
On Mon, Nov 20, 2017 at 11:48:53AM +, Frediano Ziglio wrote: > +*/ > +/** > + * Test streaming device > + */ > + > +#include > +#include > +#include > +#include > + > +#include > +#include > + > +#include "test-display-base.h" > +#include "test-glib-compat.h" > + > +#ifndef MIN > +#define

[Spice-devel] [PATCH spice-server v2] tests: Add a test for streaming devices

2017-11-20 Thread Frediano Ziglio
Currently create device, open it and pass some messages checking they are handled. Signed-off-by: Frediano Ziglio --- server/tests/Makefile.am | 1 + server/tests/test-stream-device.c | 182 ++ 2 files changed, 183 insertions(+) create mode 100644