Re: [PATCH 4/4] tests: Use one shared xzalloc implementation

2014-11-28 Thread Pekka Paalanen
On Fri, 28 Nov 2014 12:47:21 +0100 Marek Chalupa wrote: > I've had patch doing exactly the same in my wip branch locally for some > time now, so just: > > Reviewed-by: Marek Chalupa > > On 20 November 2014 at 02:18, Bryce Harrington > wrote: > > > Since this is an inlined function, move it t

Re: [PATCH 4/4] tests: Use one shared xzalloc implementation

2014-11-28 Thread Marek Chalupa
I've had patch doing exactly the same in my wip branch locally for some time now, so just: Reviewed-by: Marek Chalupa On 20 November 2014 at 02:18, Bryce Harrington wrote: > Since this is an inlined function, move it to a common header file. > > Signed-off-by: Bryce Harrington > --- > tests/

[PATCH 4/4] tests: Use one shared xzalloc implementation

2014-11-19 Thread Bryce Harrington
Since this is an inlined function, move it to a common header file. Signed-off-by: Bryce Harrington --- tests/presentation-test.c | 11 --- tests/weston-test-client-helper.c | 11 --- tests/weston-test-client-helper.h | 11 +++ 3 files changed, 11 insertions(+), 2