mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 12:30:10 +01:00
Add new pdf-features test to exercise cairo_pdf_surface_set_size
This commit is contained in:
parent
eb1b102e9a
commit
c35bfffa10
2 changed files with 7 additions and 0 deletions
2
test/.gitignore
vendored
2
test/.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue