diff options
author | Martin Storsjö <martin@martin.st> | 2013-01-15 15:07:44 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-15 23:18:08 +0200 |
commit | c2603aa25b75318df94d400eb60557123fa42a75 (patch) | |
tree | 840053bdf78ebd05330a6dd730392ac00bd25d19 /tests/fate | |
parent | 3130fa51a5d6f3fd5dc08df7649d902d0eea382e (diff) | |
download | ffmpeg-c2603aa25b75318df94d400eb60557123fa42a75.tar.gz |
lavf: Add a fate test for the SRTP functions
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/libavformat.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak index b6eda42a63..20bc31999f 100644 --- a/tests/fate/libavformat.mak +++ b/tests/fate/libavformat.mak @@ -1,3 +1,7 @@ +FATE_LIBAVFORMAT += fate-srtp +fate-srtp: libavformat/srtp-test$(EXESUF) +fate-srtp: CMD = run libavformat/srtp-test + FATE_LIBAVFORMAT += fate-url fate-url: libavformat/url-test$(EXESUF) fate-url: CMD = run libavformat/url-test |