OSDN Git Service

tests/fate/libavcodec: Test with all idct and dct modes supported in the test
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 30 May 2017 23:29:57 +0000 (01:29 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 31 May 2017 00:32:42 +0000 (02:32 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tests/fate/libavcodec.mak

index 07417f0..b1e3446 100644 (file)
@@ -18,11 +18,33 @@ fate-golomb: libavcodec/tests/golomb$(EXESUF)
 fate-golomb: CMD = run libavcodec/tests/golomb
 fate-golomb: REF = /dev/null
 
-FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-idct8x8
-fate-idct8x8: libavcodec/tests/dct$(EXESUF)
-fate-idct8x8: CMD = run libavcodec/tests/dct -i
-fate-idct8x8: CMP = null
-fate-idct8x8: REF = /dev/null
+FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-idct8x8-0 fate-idct8x8-1 fate-idct8x8-2 fate-idct248
+
+fate-idct8x8-0: libavcodec/tests/dct$(EXESUF)
+fate-idct8x8-0: CMD = run libavcodec/tests/dct -i 0
+fate-idct8x8-0: CMP = null
+fate-idct8x8-0: REF = /dev/null
+
+fate-idct8x8-1: libavcodec/tests/dct$(EXESUF)
+fate-idct8x8-1: CMD = run libavcodec/tests/dct -i 1
+fate-idct8x8-1: CMP = null
+fate-idct8x8-1: REF = /dev/null
+
+fate-idct8x8-2: libavcodec/tests/dct$(EXESUF)
+fate-idct8x8-2: CMD = run libavcodec/tests/dct -i 2
+fate-idct8x8-2: CMP = null
+fate-idct8x8-2: REF = /dev/null
+
+fate-idct248: libavcodec/tests/dct$(EXESUF)
+fate-idct248: CMD = run libavcodec/tests/dct -4
+fate-idct248: CMP = null
+fate-idct248: REF = /dev/null
+
+FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-dct8x8
+fate-dct8x8: libavcodec/tests/dct$(EXESUF)
+fate-dct8x8: CMD = run libavcodec/tests/dct
+fate-dct8x8: CMP = null
+fate-dct8x8: REF = /dev/null
 
 FATE_LIBAVCODEC-$(CONFIG_IIRFILTER) += fate-iirfilter
 fate-iirfilter: libavcodec/tests/iirfilter$(EXESUF)