summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2015-11-16 16:18:42 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2015-11-16 16:19:27 +0000
commit61344c04ca89a3eeea473dd0855a47f770a3c67b (patch)
tree2fe93130c0b3fe14b48446e0627ec0b84cdef0ee /tests/fate
parent8adff79b6d30d1ae2cb9cf906e1d7fcd759cd638 (diff)
parent59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead (diff)
Merge commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead'
All diferences in unit tests have been acounted for. * commit '59e8ec0aa8ab174701d01a3bfe96fedd0b7fcead': movenc: Add an API unit test for fragmenting options/calls Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/libavformat.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak
index 4102ce891d..1d6aa863b6 100644
--- a/tests/fate/libavformat.mak
+++ b/tests/fate/libavformat.mak
@@ -18,5 +18,9 @@ FATE_LIBAVFORMAT-yes += fate-url
fate-url: libavformat/url-test$(EXESUF)
fate-url: CMD = run libavformat/url-test
+FATE_LIBAVFORMAT-$(CONFIG_MOV_MUXER) += fate-movenc
+fate-movenc: libavformat/movenc-test$(EXESUF)
+fate-movenc: CMD = run libavformat/movenc-test
+
FATE-$(CONFIG_AVFORMAT) += $(FATE_LIBAVFORMAT-yes)
fate-libavformat: $(FATE_LIBAVFORMAT)