diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 7c2ac10841b3da3056747915ca9e873a7b3146c9..a9713647ec2e971a99368134b29540091be34b28 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -1,3 +1,12 @@ +FATE_ALIASPIX += fate-aliaspix-bgr +fate-aliaspix-bgr: CMD = framecrc -i $(TARGET_SAMPLES)/aliaspix/first.pix -pix_fmt bgr24 + +FATE_ALIASPIX += fate-aliaspix-gray +fate-aliaspix-gray: CMD = framecrc -i $(TARGET_SAMPLES)/aliaspix/firstgray.pix -pix_fmt gray + +FATE_ALIASPIX-$(call DEMDEC, IMAGE2, ALIAS_PIX) += $(FATE_ALIASPIX) +FATE_IMAGE += $(FATE_ALIASPIX-yes) +fate-aliaspix: $(FATE_ALIASPIX-yes) FATE_IMAGE-$(call DEMDEC, IMAGE2, DPX) += fate-dpx fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx diff --git a/tests/ref/fate/aliaspix-bgr b/tests/ref/fate/aliaspix-bgr new file mode 100644 index 0000000000000000000000000000000000000000..235a5acf694e6d420bd93af955bb7c418464038c --- /dev/null +++ b/tests/ref/fate/aliaspix-bgr @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 36000, 0x9ff1ba55 diff --git a/tests/ref/fate/aliaspix-gray b/tests/ref/fate/aliaspix-gray new file mode 100644 index 0000000000000000000000000000000000000000..74cf6a20bce0094e4bd40bf0c0e6dbc1ea01d400 --- /dev/null +++ b/tests/ref/fate/aliaspix-gray @@ -0,0 +1,2 @@ +#tb 0: 1/25 +0, 0, 0, 1, 12000, 0x29f8832c