Re: [Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-08-08 Thread Lukáš Hrázký
On Wed, 2018-05-16 at 12:47 -0400, Frediano Ziglio wrote: > > > > Signed-off-by: Lukáš Hrázký > > --- > > src/unittests/.gitignore | 1 + > > src/unittests/Makefile.am | 9 - > > src/unittests/test-stream-port.cpp | 69 > > ++ > > 3

Re: [Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-05-17 Thread Lukáš Hrázký
On Thu, 2018-05-17 at 09:26 -0400, Frediano Ziglio wrote: > > > > On Thu, 2018-05-17 at 05:24 -0400, Frediano Ziglio wrote: > > > > > > > > On Wed, 2018-05-16 at 12:47 -0400, Frediano Ziglio wrote: > > > > > > > > > > > > Signed-off-by: Lukáš Hrázký > > > > > > --- > > > >

Re: [Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-05-17 Thread Frediano Ziglio
> > On Thu, 2018-05-17 at 05:24 -0400, Frediano Ziglio wrote: > > > > > > On Wed, 2018-05-16 at 12:47 -0400, Frediano Ziglio wrote: > > > > > > > > > > Signed-off-by: Lukáš Hrázký > > > > > --- > > > > > src/unittests/.gitignore | 1 + > > > > >

Re: [Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-05-17 Thread Lukáš Hrázký
On Thu, 2018-05-17 at 05:24 -0400, Frediano Ziglio wrote: > > > > On Wed, 2018-05-16 at 12:47 -0400, Frediano Ziglio wrote: > > > > > > > > Signed-off-by: Lukáš Hrázký > > > > --- > > > > src/unittests/.gitignore | 1 + > > > > src/unittests/Makefile.am

Re: [Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-05-17 Thread Frediano Ziglio
> > On Wed, 2018-05-16 at 12:47 -0400, Frediano Ziglio wrote: > > > > > > Signed-off-by: Lukáš Hrázký > > > --- > > > src/unittests/.gitignore | 1 + > > > src/unittests/Makefile.am | 9 - > > > src/unittests/test-stream-port.cpp | 69 > > >

Re: [Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-05-17 Thread Lukáš Hrázký
On Wed, 2018-05-16 at 12:47 -0400, Frediano Ziglio wrote: > > > > Signed-off-by: Lukáš Hrázký > > --- > > src/unittests/.gitignore | 1 + > > src/unittests/Makefile.am | 9 - > > src/unittests/test-stream-port.cpp | 69 > >

Re: [Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-05-16 Thread Frediano Ziglio
> > Signed-off-by: Lukáš Hrázký > --- > src/unittests/.gitignore | 1 + > src/unittests/Makefile.am | 9 - > src/unittests/test-stream-port.cpp | 69 > ++ > 3 files changed, 78 insertions(+), 1 deletion(-) >

[Spice-devel] [PATCH spice-streaming-agent v2 6/9] Add a unit test for the stream port

2018-05-16 Thread Lukáš Hrázký
Signed-off-by: Lukáš Hrázký --- src/unittests/.gitignore | 1 + src/unittests/Makefile.am | 9 - src/unittests/test-stream-port.cpp | 69 ++ 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644