[PATCH 0/4] Table driven tests for the vertex clipping code

2013-09-12 Thread Sam Spilsbury
This is the fourth series of patches for adding table driven tests for the vertex clipping code. >From the last series I moved vertex-clipping into src/ and built each object twice. Its not my preferred way of doing it, but we should probably figure out how we're going to have the code split into

[PATCH 0/4] Table driven tests for the vertex clipping code

2013-09-12 Thread Sam Spilsbury
This is the third series of patches for adding table driven tests for the vertex clipping code. >From the last series I fixed some a stray use of .a when it should have been .la and also rebased on some recent work that happened in git master. Sam Spilsbury (4): Remove AM_LDFLAGS usage Add su

[PATCH 0/4] Table driven tests for the vertex clipping code

2013-09-11 Thread Sam Spilsbury
This is the third series of patches for adding table driven tests for the vertex clipping code. >From the last series I fixed some of the AM_LDFLAGS nightmare in >tests/Makefile.am so that we don't have to build libshared_test into a static library and can instead use a libtool convenience librar