[PATCH 3/3] Added tests for the vertex clipping code.

2013-09-10 Thread Sam Spilsbury
This tests (via the table-driven testing method) that the correct number of vertices and also the correct vertices themselves are generated for an clip box and polygon of up to eight vertices. Also add a libshared_test.a so that we don't have to build weston-test-runner all the time --- tests/Mak

Re: [PATCH 3/3] Added tests for the vertex clipping code.

2013-09-10 Thread Sam Spilsbury
am >> Spilsbury >> Sent: Tuesday, September 10, 2013 9:15 AM >> To: wayland-devel@lists.freedesktop.org >> Cc: Sam Spilsbury >> Subject: [PATCH 3/3] Added tests for the vertex clipping code. >> >> This tests (via the table-driven testing method) th

RE: [PATCH 3/3] Added tests for the vertex clipping code.

2013-09-10 Thread Eoff, Ullysses A
gt; To: wayland-devel@lists.freedesktop.org > Cc: Sam Spilsbury > Subject: [PATCH 3/3] Added tests for the vertex clipping code. > > This tests (via the table-driven testing method) that the correct > number of vertices and also the correct vertices themselves > are generated for an clip

[PATCH 3/3] Added tests for the vertex clipping code.

2013-09-10 Thread Sam Spilsbury
This tests (via the table-driven testing method) that the correct number of vertices and also the correct vertices themselves are generated for an clip box and polygon of up to eight vertices. --- tests/Makefile.am| 11 ++- tests/vertex-clip-test.c | 219 ++