forked from mirrors/linphone-iphone
TestsLiblinphone: fix compilation
This commit is contained in:
parent
2c44cba94b
commit
89c954e1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ void tester_logs_handler(int level, const char *fmt, va_list args) {
|
|||
+ (void)initialize {
|
||||
static char *bundle = NULL;
|
||||
static char *documents = NULL;
|
||||
bc_tester_init(tester_logs_handler, ORTP_MESSAGE, ORTP_ERROR);
|
||||
bc_tester_init(tester_logs_handler, ORTP_MESSAGE, ORTP_ERROR, "rcfiles");
|
||||
liblinphone_tester_add_suites();
|
||||
|
||||
NSString *bundlePath = [[NSBundle mainBundle] bundlePath];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue