diff options
author | Carl Worth <cworth@cworth.org> | 2007-10-30 22:33:24 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-10-30 22:33:24 -0700 |
commit | ee5dc04aaf81d6ce9c496c7966ceebfbd6ab12fb (patch) | |
tree | 35789613eeffca04bdb3ce3886577d7b5c68aecc | |
parent | 194029b63afa24eff8264f10a1c5a79d90e7fdd9 (diff) |
Add missing images to REFERENCE_IMAGES list1.5.2
Otherwise, these don't get included in the generated tar file
and the test suite doesn't pass when run from that tar file,
(like 'make distcheck' tests).
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 3e207e8f..bf10ba9b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -260,6 +260,8 @@ REFERENCE_IMAGES = \ dash-zero-length-ps-argb32-ref.png \ dash-zero-length-ref.png \ dash-zero-length-rgb24-ref.png \ + degenerate-pen-ref.png \ + degenerate-pen-ps-argb32-ref.png \ degenerate-path-ps-argb32-ref.png \ degenerate-path-ref.png \ degenerate-path-rgb24-ref.png \ @@ -328,6 +330,8 @@ REFERENCE_IMAGES = \ mask-surface-ctm-rgb24-ref.png \ mask-surface-ctm-svg-argb32-ref.png \ mask-svg-argb32-ref.png \ + meta-surface-pattern-ref.png \ + meta-surface-pattern-rgb24-ref.png \ move-to-show-surface-ref.png \ new-sub-path-ps-argb32-ref.png \ new-sub-path-quartz-ref.png \ |