summaryrefslogtreecommitdiff
path: root/test/mask-transformed-similar.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] Memleak in new mask-ctm-* tests.Chris Wilson2008-09-241-0/+3
| | | | Add the forgotten cairo_surface_destroy().
* [test] Rename mask-ctm-* to avoid conflict with mask-ctm.Chris Wilson2008-09-241-0/+102
Using mask-ctm-image as a test name was causing a naming conflict with mask-ctm, so rename the new tests.