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