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