mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 04:00:19 +01:00
Clean up the test to not even check the ps backend as per: http://lists.freedesktop.org/archives/cairo/2006-December/008806.html |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cairo-boilerplate.c | ||
| cairo-boilerplate.h | ||
| cairo-test-beos.cpp | ||
| cairo-test-beos.h | ||
| cairo-test-directfb.c | ||
| cairo-test-directfb.h | ||
| Makefile.am | ||
| Makefile.win32 | ||
| README | ||
| xmalloc.c | ||
| xmalloc.h | ||
This directory provides code that is common to both of cairo's tests suites: * The test suite for correctness in test/ * The test suite for performance in perf/ We call it boilerplate as it consists primarily of the boilerplate code necessary for initializing a backend in order to create a surface for that backend. The code here just might be useful for someone looking to get started writing cairo code to use a particular backend, (but there are no promises that the boilerplate code found here for any particular backend is exemplary).