From c35bfffa1057cfe2aeca6fe681ea59aa628f5315 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 3 May 2006 12:39:45 -0700 Subject: [PATCH] Add new pdf-features test to exercise cairo_pdf_surface_set_size --- test/.gitignore | 2 ++ test/Makefile.am | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/test/.gitignore b/test/.gitignore index bc4855c40..eb16e4ff3 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -52,6 +52,8 @@ paint-with-alpha path-data pattern-get-type pdf2png +pdf-features +pdf-features.pdf png-flatten ps-features ps-features.ps diff --git a/test/Makefile.am b/test/Makefile.am index 5f1e7f02f..4c170644e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -83,6 +83,10 @@ if CAIRO_HAS_SVG_SURFACE TESTS += svg-surface svg-clip endif +if CAIRO_HAS_PDF_SURFACE +TESTS += pdf-features +endif + if CAIRO_HAS_PS_SURFACE TESTS += ps-features endif @@ -331,6 +335,7 @@ CLEANFILES = \ *.log \ multi-page.ps \ multi-page.pdf \ + pdf-features.pdf \ ps-features.ps \ svg-surface.svg \ svg-clip.svg