summaryrefslogtreecommitdiff
path: root/test/clipped-surface.c
Commit message (Collapse)AuthorAgeFilesLines
* [test] Build test suite into single binary.Chris Wilson2008-10-311-13/+6
| | | | | | | | | Avoid calling libtool to link every single test case, by building just one binary from all the sources. This binary is then given the task of choosing tests to run (based on user selection and individual test requirement), forking each test into its own process and accumulating the results.
* [test] Add a test for a reported regression by Michael Natterer.Chris Wilson2008-10-071-0/+70
mitch reported on irc that expose events in the gimp were suffering from artifacts which he tracked down to a bug with clipping and source surfaces. This is the cairo test case for that regression.