[FFmpeg-devel] [PATCH v12 2/2] avformat/imf: Tests

Anton Khirnov anton at khirnov.net
Mon Dec 20 17:06:25 EET 2021


As far as I can tell, the test is not actually run as a part of make
fate. You need something like:

diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak
index d1e81284ed..59ff0ebc8d 100644
--- a/tests/fate/libavformat.mak
+++ b/tests/fate/libavformat.mak
@@ -22,6 +22,10 @@ FATE_LIBAVFORMAT-$(CONFIG_MOV_MUXER) += fate-movenc
 fate-movenc: libavformat/tests/movenc$(EXESUF)
 fate-movenc: CMD = run libavformat/tests/movenc$(EXESUF)
 
+FATE_LIBAVFORMAT-$(CONFIG_IMF_DEMUXER) += fate-imf
+fate-imf: libavformat/tests/imf$(EXESUF)
+fate-imf: CMD = run libavformat/tests/imf$(EXESUF)

And then generate the appropriate reference file.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list