1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

tests/fate/libavcodec: Run hashtable test

Reviewed-by: Emma Worley <emma@emma.gg>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-06-03 21:58:58 +02:00
parent 2fc310b2f2
commit 140fc655f7

View File

@ -43,6 +43,11 @@ fate-golomb: libavcodec/tests/golomb$(EXESUF)
fate-golomb: CMD = run libavcodec/tests/golomb$(EXESUF)
fate-golomb: CMP = null
FATE_LIBAVCODEC-$(CONFIG_DXV_ENCODER) += fate-hashtable
fate-hashtable: libavcodec/tests/hashtable$(EXESUF)
fate-hashtable: CMD = run libavcodec/tests/hashtable$(EXESUF)
fate-hashtable: CMP = null
FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-idct8x8-0 fate-idct8x8-1 fate-idct8x8-2 fate-idct248
fate-idct8x8-0: libavcodec/tests/dct$(EXESUF)