diff --git a/TestsLiblinphone/LinphoneTester_Tests.m b/TestsLiblinphone/LinphoneTester_Tests.m index f7d5cd6f9..093f239d0 100644 --- a/TestsLiblinphone/LinphoneTester_Tests.m +++ b/TestsLiblinphone/LinphoneTester_Tests.m @@ -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];