summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2017-01-09 23:03:42 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-01-11 22:25:21 +0100
commit682769d3d3a48d8e4c661df2dbc29aa4555e879b (patch)
tree210fa1edc211402b5dc54f759bb93ece3cd9d880 /tests/fate
parent1a79b8f8d2b5d26c60c237d6e585873238e46914 (diff)
fate/psd : add test for 256 color
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/image.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 17c9245f49..e9a3f28844 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -309,6 +309,9 @@ fate-psd-lena-rgb-rle-127x127-8b: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-r
FATE_PSD += fate-psd-lena-rgba-rle-128x128-8b
fate-psd-lena-rgba-rle-128x128-8b: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-rgba_rle_128x128_8b.psd
+FATE_PSD += fate-psd-lena-256c
+fate-psd-lena-256c: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-256c.psd
+
FATE_PSD-$(call DEMDEC, IMAGE2, PSD) += $(FATE_PSD)
FATE_IMAGE += $(FATE_PSD-yes)