diff options
author | Carl Worth <cworth@cworth.org> | 2006-01-12 16:35:12 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-01-12 16:35:12 +0000 |
commit | 25882cd5e9d51f84338af6278c50d268b3d0091c (patch) | |
tree | 5a345a452622b892eb2ba330cd344b083f2e0ba1 /test/.cvsignore | |
parent | 3647ff95f968a68f938fa7cdea9d48880f1064bd (diff) |
Add a new CAIRO_HAS_MULTI_PAGE_SURFACES automake conditional.
Remove backend-specific tests (ps-surface, pdf-surface, and pdf-clip) that are now redundant with the ps and pdf support in the rest of the test suite.
Add a new one-off test for testing show_page with both the ps and pdf backends.
Diffstat (limited to 'test/.cvsignore')
-rw-r--r-- | test/.cvsignore | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/.cvsignore b/test/.cvsignore index cda064953..6b229be18 100644 --- a/test/.cvsignore +++ b/test/.cvsignore @@ -34,6 +34,9 @@ mask mask-ctm mask-surface-ctm move-to-show-surface +multi-page +multi-page.pdf +multi-page.ps nil-surface operator-clear operator-source @@ -41,18 +44,12 @@ paint paint-with-alpha path-data pdf2png -pdf-clip -pdf-clip.pdf -pdf-surface -pdf-surface.pdf svg2png svg-clip svg-clip.svg svg-surface svg-surface.svg pixman-rotate -ps-surface -ps-surface.ps pthread-show-text rectangle-rounding-error rel-path |