From aa330af12635009a05e9ff300ca4f7850ca531be Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 3 Jun 2025 21:58:58 +0200 Subject: [PATCH 3/9] tests/fate/libavcodec: Run hashtable test Signed-off-by: Andreas Rheinhardt --- tests/fate/libavcodec.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak index b69ad53f7c..361571aaee 100644 --- a/tests/fate/libavcodec.mak +++ b/tests/fate/libavcodec.mak @@ -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) -- 2.45.2