[cairo-commit] test/Makefile.am
Andrea Canciani
ranma42 at kemper.freedesktop.org
Mon Feb 14 01:01:17 PST 2011
test/Makefile.am | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 219f0d49a33d553711e92fcc61fd794b98f31234
Author: Andrea Canciani <ranma42 at gmail.com>
Date: Mon Feb 14 09:58:13 2011 +0100
test: Fix REFERENCE_IMAGES
Makefile.am not updated along with changing the reference images in
6825007ac6d46e8d8a7a3bc065453af5d6e755a8 and
070bc5dd891ba698aeb3eaa899f662d4123f6928.
diff --git a/test/Makefile.am b/test/Makefile.am
index 6a7f11f..21bfe0f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1449,6 +1449,9 @@ REFERENCE_IMAGES = \
xcb-stress-cache.ref.png \
xcb-surface-source.rgb24.ref.png \
xcb-surface-source.argb32.ref.png \
+ xcb-surface-source.image16.ref.png \
+ xcb-surface-source.ps.argb32.ref.png \
+ xcb-surface-source.ps.rgb24.ref.png \
xcomposite-projection.ref.png \
xcomposite-projection.image16.ref.png \
xcomposite-projection.quartz.ref.png \
@@ -1458,8 +1461,8 @@ REFERENCE_IMAGES = \
xlib-surface-source.rgb24.ref.png \
xlib-surface-source.argb32.ref.png \
xlib-surface-source.image16.ref.png \
- xlib-surface-source.ps2.ref.png \
- xlib-surface-source.ps3.ref.png \
+ xlib-surface-source.ps.argb32.ref.png \
+ xlib-surface-source.ps.rgb24.ref.png \
xlib-surface-source.svg12.argb32.xfail.png \
xlib-surface-source.svg12.rgb24.xfail.png \
white-in-noop.ref.png \
More information about the cairo-commit
mailing list