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
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)
>
>
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