mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 17:00:10 +01:00
[boilerplate] Build libcairoboilerplate.la in make check and make test
This commit is contained in:
parent
5594f8b035
commit
d66f1ee82a
2 changed files with 2 additions and 15 deletions
|
|
@ -95,3 +95,5 @@ INCLUDES = \
|
|||
|
||||
CLEANFILES = \
|
||||
$(EXTRA_LTLIBRARIES)
|
||||
|
||||
check test: libcairoboilerplate.la
|
||||
|
|
|
|||
|
|
@ -68,21 +68,6 @@
|
|||
#include <ctype.h>
|
||||
#include <assert.h>
|
||||
|
||||
/* This is copied from cairoint.h. That makes it painful to keep in
|
||||
* sync, but the slim stuff makes cairoint.h "hard" to include when
|
||||
* not actually building the cairo library itself. Fortunately, since
|
||||
* we're checking all these values, we do have a safeguard for keeping
|
||||
* them in sync.
|
||||
*/
|
||||
typedef enum cairo_internal_surface_type {
|
||||
CAIRO_INTERNAL_SURFACE_TYPE_META = 0x1000,
|
||||
CAIRO_INTERNAL_SURFACE_TYPE_PAGINATED,
|
||||
CAIRO_INTERNAL_SURFACE_TYPE_ANALYSIS,
|
||||
CAIRO_INTERNAL_SURFACE_TYPE_TEST_META,
|
||||
CAIRO_INTERNAL_SURFACE_TYPE_TEST_FALLBACK,
|
||||
CAIRO_INTERNAL_SURFACE_TYPE_TEST_PAGINATED
|
||||
} cairo_internal_surface_type_t;
|
||||
|
||||
const char *
|
||||
cairo_boilerplate_content_name (cairo_content_t content)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue