summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-02-14 09:58:13 +0100
committerAndrea Canciani <ranma42@gmail.com>2011-02-14 10:00:25 +0100
commit219f0d49a33d553711e92fcc61fd794b98f31234 (patch)
treecd8cdf83ed761ac1ee0580876b468f8e1fd882dc
parent81d2434b7595095e485019b38f8a348153c6bc93 (diff)
test: Fix REFERENCE_IMAGES
Makefile.am not updated along with changing the reference images in 6825007ac6d46e8d8a7a3bc065453af5d6e755a8 and 070bc5dd891ba698aeb3eaa899f662d4123f6928.
-rw-r--r--test/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 6a7f11f10..21bfe0f4d 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 \