summaryrefslogtreecommitdiff
path: root/tests/fate/libavformat.mak
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-05-28 10:54:11 +0300
committerMartin Storsjö <martin@martin.st>2015-05-29 09:42:35 +0300
commit063f7467e4d14ab7fe01b2845dab60cc75df8b53 (patch)
tree2ebf739ee2172c0497506a7bc64ead6b4e910297 /tests/fate/libavformat.mak
parent0508faaa11bf7507ffdd655aee57c9dc5a8203f4 (diff)
rtmpdh: Add fate test for the DH handshake routine
This helps if these functions need to be implemented using another crypto API. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate/libavformat.mak')
-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 d532adcb15..a9c02bcbaf 100644
--- a/tests/fate/libavformat.mak
+++ b/tests/fate/libavformat.mak
@@ -2,6 +2,10 @@ FATE_LIBAVFORMAT-$(CONFIG_NETWORK) += fate-noproxy
fate-noproxy: libavformat/noproxy-test$(EXESUF)
fate-noproxy: CMD = run libavformat/noproxy-test
+FATE_LIBAVFORMAT-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += fate-rtmpdh
+fate-rtmpdh: libavformat/rtmpdh-test$(EXESUF)
+fate-rtmpdh: CMD = run libavformat/rtmpdh-test
+
FATE_LIBAVFORMAT-yes += fate-srtp
fate-srtp: libavformat/srtp-test$(EXESUF)
fate-srtp: CMD = run libavformat/srtp-test