diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-03 21:58:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-04 15:12:19 +0200 |
commit | 140fc655f7eaf1e7831a03eefd16b15d58bac34a (patch) | |
tree | 7f73d6d0310d18de8c8cbc73ef5e72fedc71712b | |
parent | 2fc310b2f25f9a803c9d5603e2efda384b3f1add (diff) | |
download | ffmpeg-140fc655f7eaf1e7831a03eefd16b15d58bac34a.tar.gz |
tests/fate/libavcodec: Run hashtable test
Reviewed-by: Emma Worley <emma@emma.gg>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r-- | tests/fate/libavcodec.mak | 5 |
1 files changed, 5 insertions, 0 deletions
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) |