mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
LiblinphoneTester: enable ipV6 test mode
This commit is contained in:
parent
bf44a9dea9
commit
a5b08b9717
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ void tester_logs_handler(int level, const char *fmt, va_list args) {
|
|||
LOGI(@"Bundle path: %@", bundlePath);
|
||||
LOGI(@"Document path: %@", documentPath);
|
||||
|
||||
liblinphonetester_ipv6 = true;
|
||||
|
||||
int count = bc_tester_nb_suites();
|
||||
_objects = [[NSMutableArray alloc] initWithCapacity:count + 1];
|
||||
[_objects addObject:@"All"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue