diff options
author | Carl Worth <cworth@cworth.org> | 2010-02-19 17:28:29 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-02-19 17:30:09 -0800 |
commit | cb090136b2b0b89bde69d9575f2f592b46e144e8 (patch) | |
tree | 2e53778f9b03a35e9e6db907c1db65e71e9e5df5 | |
parent | 20cf7c92b332a5fd28227f0cdaa50e3f1080c038 (diff) |
Update REFERENCE_IMAGES list for "make distcheck".1.9.6
As usual, "make distcheck" does not work until we update this list.
-rw-r--r-- | test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index a2cfb7d38..12111aa81 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -143,7 +143,6 @@ REFERENCE_IMAGES = \ alpha-similar.svg.argb32.xfail.png \ alpha-similar.svg.rgb24.xfail.png \ big-line.ref.png \ - big-line.xlib-fallback.ref.png \ big-line.xlib.ref.png \ bilevel-image.ref.png \ bitmap-font.ref.png \ @@ -165,6 +164,7 @@ REFERENCE_IMAGES = \ clear.ps.argb32.ref.png \ clear.svg12.argb32.xfail.png \ clear.svg12.rgb24.xfail.png \ + clear-source.ref.png \ clip-all.ref.png \ clip-device-offset.argb32.ref.png \ clip-device-offset.rgb24.ref.png \ @@ -833,6 +833,7 @@ REFERENCE_IMAGES = \ rotate-image-surface-paint.quartz.ref.png \ rotate-image-surface-paint.ref.png \ rotate-image-surface-paint.svg.xfail.png \ + rotate-image-surface-paint.svg.ref.png \ rotated-clip.ref.png \ rotated-clip.ps.ref.png \ rotated-clip.xlib.ref.png \ @@ -1059,6 +1060,7 @@ REFERENCE_IMAGES = \ user-font.xlib.ref.png \ xcb-surface-source.rgb24.ref.png \ xcb-surface-source.argb32.ref.png \ + xcomposite-projection.ref.png \ xlib-expose-event.ref.png \ xlib-surface-source.rgb24.ref.png \ xlib-surface-source.argb32.ref.png \ |