diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-11 13:37:29 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-19 00:45:06 +0100 |
commit | 395e6402fed3d3d12ab8f5df7a665eb0b8f7a8dc (patch) | |
tree | ab999fc6886647b316d2613e8964247e23e743cb /tests/fate/image.mak | |
parent | 45f2908d021e1831197b75efeed489b25ea11478 (diff) | |
download | ffmpeg-395e6402fed3d3d12ab8f5df7a665eb0b8f7a8dc.tar.gz |
fate: Give some tests more sensible names.
Diffstat (limited to 'tests/fate/image.mak')
-rw-r--r-- | tests/fate/image.mak | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 9714cd8c5a..5291e68884 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -1,12 +1,6 @@ FATE_TESTS += fate-dpx fate-dpx: CMD = framecrc -i $(SAMPLES)/dpx/lighthouse_rgb48.dpx -FATE_TESTS += fate-fax-g3 -fate-fax-g3: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31D.TIF - -FATE_TESTS += fate-fax-g3s -fate-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF - FATE_TESTS += fate-pictor fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 @@ -60,3 +54,9 @@ fate-targa-conformance-UTC24: CMD = framecrc -i $(SAMPLES)/targa-conformance/UTC fate-targa-conformance-UTC32: CMD = framecrc -i $(SAMPLES)/targa-conformance/UTC32.TGA -pix_fmt bgra fate-targa-top-to-bottom: CMD = framecrc -i $(SAMPLES)/targa/lena-top-to-bottom.tga + +FATE_TESTS += fate-tiff-fax-g3 +fate-tiff-fax-g3: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31D.TIF + +FATE_TESTS += fate-tiff-fax-g3s +fate-tiff-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF |