Re: [PATCH weston 04/10] tests: Add surface checks

2015-05-11 Thread Pekka Paalanen
On Sat, 9 May 2015 14:52:38 +0100 Daniel Stone wrote: > Hi Bryce, > A couple of nitpicks follow ... > > On 7 May 2015 at 01:44, Bryce Harrington wrote: > > @@ -39,7 +39,7 @@ tests/weston-ivi.ini : $(srcdir)/ivi-shell/weston.ini.in > > > > all-local : weston.ini ivi-shell/weston.ini > > > > -AM

Re: [PATCH weston 04/10] tests: Add surface checks

2015-05-09 Thread Daniel Stone
Hi Bryce, A couple of nitpicks follow ... On 7 May 2015 at 01:44, Bryce Harrington wrote: > @@ -39,7 +39,7 @@ tests/weston-ivi.ini : $(srcdir)/ivi-shell/weston.ini.in > > all-local : weston.ini ivi-shell/weston.ini > > -AM_CFLAGS = $(GCC_CFLAGS) > +AM_CFLAGS = $(GCC_CFLAGS) $(CAIRO_CFLAGS) > >

[PATCH weston 04/10] tests: Add surface checks

2015-05-06 Thread Bryce Harrington
Introduce helper routines for testing surfaces against specific conditions. These allow tests to validate screen captures as displaying the correct rendering results. Since these routines operate on cairo surfaces, all tests need linked against Cairo. Signed-off-by: Bryce Harrington --- Makefi