Re: [PATCH v2 weston] tests: Skip buffer count test if wl_drm isn't present

2015-01-23 Thread Bryce Harrington
On Fri, Jan 23, 2015 at 12:12:36PM -0600, Derek Foreman wrote: > This skips the test when running on the headless backend. > > Signed-off-by: Derek Foreman Derek says Daniel is good with this solution, and it LGTM, so applied, thanks. 194ca2b..9bb1339 master -> master > --- > tests/buffe

Re: [PATCH v2 weston] tests: Skip buffer count test if wl_drm isn't present

2015-01-23 Thread Bryce Harrington
On Fri, Jan 23, 2015 at 12:12:36PM -0600, Derek Foreman wrote: > This skips the test when running on the headless backend. > > Signed-off-by: Derek Foreman Nice, looks like a cleaner solution. Reviewed-by: Bryce Harrington > --- > tests/buffer-count-test.c | 3 +++ > tests/weston-tes

[PATCH v2 weston] tests: Skip buffer count test if wl_drm isn't present

2015-01-23 Thread Derek Foreman
This skips the test when running on the headless backend. Signed-off-by: Derek Foreman --- tests/buffer-count-test.c | 3 +++ tests/weston-test-client-helper.c | 2 ++ tests/weston-test-client-helper.h | 2 ++ 3 files changed, 7 insertions(+) diff --git a/tests/buffer-count-test.c b/tes