Commit | Line | Data |
---|---|---|
d69a03ef | 1 | FATE_TESTS += fate-dpx |
9afc025b | 2 | fate-dpx: CMD = framecrc -i $(SAMPLES)/dpx/lighthouse_rgb48.dpx |
d69a03ef DB |
3 | |
4 | FATE_TESTS += fate-fax-g3 | |
5 | fate-fax-g3: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31D.TIF | |
6 | ||
7 | FATE_TESTS += fate-fax-g3s | |
8 | fate-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF | |
9 | ||
10 | FATE_TESTS += fate-pictor | |
80726be4 | 11 | fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 |
d69a03ef DB |
12 | |
13 | FATE_TESTS += fate-ptx | |
9afc025b | 14 | fate-ptx: CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24 |
d69a03ef DB |
15 | |
16 | FATE_TESTS += fate-sunraster-1bit-raw | |
9afc025b | 17 | fate-sunraster-1bit-raw: CMD = framecrc -i $(SAMPLES)/sunraster/lena-1bit-raw.sun |
d69a03ef DB |
18 | |
19 | FATE_TESTS += fate-sunraster-1bit-rle | |
9afc025b | 20 | fate-sunraster-1bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-1bit-rle.sun |
d69a03ef DB |
21 | |
22 | FATE_TESTS += fate-sunraster-8bit-raw | |
9afc025b | 23 | fate-sunraster-8bit-raw: CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-raw.sun -pix_fmt rgb24 |
d69a03ef DB |
24 | |
25 | FATE_TESTS += fate-sunraster-8bit-rle | |
9afc025b | 26 | fate-sunraster-8bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-8bit-rle.sun -pix_fmt rgb24 |
d69a03ef DB |
27 | |
28 | FATE_TESTS += fate-sunraster-24bit-raw | |
9afc025b | 29 | fate-sunraster-24bit-raw: CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-raw.sun |
d69a03ef DB |
30 | |
31 | FATE_TESTS += fate-sunraster-24bit-rle | |
9afc025b | 32 | fate-sunraster-24bit-rle: CMD = framecrc -i $(SAMPLES)/sunraster/lena-24bit-rle.sun |