summaryrefslogtreecommitdiff
path: root/tests/fate/libavformat.mak
diff options
context:
space:
mode:
authorPierre-Anthony Lemieux <pal@palemieux.com>2022-03-11 09:16:51 -0800
committerZane van Iperen <zane@zanevaniperen.com>2022-03-19 21:34:04 +1000
commit8744b103da916622b28da5a8d1962188937db3fe (patch)
tree5e9cc0483cf6eb45a5952ecedcf46d0f932a4d3c /tests/fate/libavformat.mak
parentb172c0f8c59c1d2921d6d1348ea2a5ae45b2288b (diff)
avformat/tests: add test for ff_rescale_interval()
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'tests/fate/libavformat.mak')
-rw-r--r--tests/fate/libavformat.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak
index 59ff0ebc8d..d2acb4c9e0 100644
--- a/tests/fate/libavformat.mak
+++ b/tests/fate/libavformat.mak
@@ -26,6 +26,11 @@ FATE_LIBAVFORMAT-$(CONFIG_IMF_DEMUXER) += fate-imf
fate-imf: libavformat/tests/imf$(EXESUF)
fate-imf: CMD = run libavformat/tests/imf$(EXESUF)
+FATE_LIBAVFORMAT += fate-seek_utils
+fate-seek_utils: libavformat/tests/seek_utils$(EXESUF)
+fate-seek_utils: CMD = run libavformat/tests/seek_utils$(EXESUF)
+fate-seek_utils: CMP = null
+
FATE_LIBAVFORMAT += $(FATE_LIBAVFORMAT-yes)
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT)
fate-libavformat: $(FATE_LIBAVFORMAT)