mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Disable srtp test if not defined
This commit is contained in:
parent
f1928d246f
commit
9f730356ca
1 changed files with 2 additions and 0 deletions
|
|
@ -611,7 +611,9 @@ test_t call_tests[] = {
|
|||
{ "Call terminated by caller", call_terminated_by_caller },
|
||||
{ "Call paused resumed", call_paused_resumed },
|
||||
{ "Call paused resumed from callee", call_paused_resumed_from_callee },
|
||||
#ifdef SRTP_ENABLED
|
||||
{ "SRTP call", srtp_call },
|
||||
#endif
|
||||
#ifdef VIDEO_ENABLED
|
||||
{ "Call with video added", call_with_video_added },
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue