[boilerplate] Build libcairoboilerplate.la in make check and make test

This commit is contained in:
Behdad Esfahbod 2007-08-23 13:54:37 -04:00
parent 5594f8b035
commit d66f1ee82a
2 changed files with 2 additions and 15 deletions

View file

@ -95,3 +95,5 @@ INCLUDES = \
CLEANFILES = \
$(EXTRA_LTLIBRARIES)
check test: libcairoboilerplate.la

View file

@ -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)
{