Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-31 | [test] Build test suite into single binary. | Chris Wilson | 1 | -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. | |||||
2008-09-24 | [test] Memleak in new mask-ctm-* tests. | Chris Wilson | 1 | -0/+3 | |
Add the forgotten cairo_surface_destroy(). | |||||
2008-09-24 | [test] Rename mask-ctm-* to avoid conflict with mask-ctm. | Chris Wilson | 1 | -0/+100 | |
Using mask-ctm-image as a test name was causing a naming conflict with mask-ctm, so rename the new tests. |