summaryrefslogtreecommitdiff
path: root/tests/fate/libavformat.mak
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-10-06 01:38:37 +0300
committerMartin Storsjö <martin@martin.st>2012-10-09 14:16:34 +0300
commit7bc433b36dbb0747c0c03e8222044b06e63ff75f (patch)
treeb9870afa09745da8f6c783448c16f590bf0756ea /tests/fate/libavformat.mak
parent33893e6abcdca865c06c64547be56070c64aa590 (diff)
fate: Add tests of the ff_make_absolute_url function
Signed-off-by: Martin Storsjö <martin@martin.st>
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
new file mode 100644
index 0000000000..9e5a9f05b0
--- /dev/null
+++ b/tests/fate/libavformat.mak
@@ -0,0 +1,5 @@
+FATE_LIBAVFORMAT += fate-url
+fate-url: libavformat/url-test$(EXESUF)
+fate-url: CMD = run libavformat/url-test
+
+fate-libavformat: $(FATE_LIBAVFORMAT)