Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
9f730356
Commit
9f730356
authored
Mar 11, 2013
by
Sylvain Berfini
🐮
Browse files
Disable srtp test if not defined
parent
f1928d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tester/call_tester.c
tester/call_tester.c
+2
-0
No files found.
tester/call_tester.c
View file @
9f730356
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment