From 17b5fdc8e5bf4529def7229f27427dc613ab969c Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 19 Mar 2015 11:39:13 +0100 Subject: [PATCH] tester: fix compilation and update submodules --- LinphoneTester Tests/LinphoneTester_Tests.m | 5 +++-- submodules/belle-sip | 2 +- submodules/linphone | 2 +- submodules/mswebrtc | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LinphoneTester Tests/LinphoneTester_Tests.m b/LinphoneTester Tests/LinphoneTester_Tests.m index bbbc655b0..e9b58c15a 100644 --- a/LinphoneTester Tests/LinphoneTester_Tests.m +++ b/LinphoneTester Tests/LinphoneTester_Tests.m @@ -48,7 +48,8 @@ void LSLog(NSString* fmt, ...){ static char * bundle = NULL; static char * documents = NULL; - bc_tester_init(); + bc_tester_init((void (*)(int, const char *fm, va_list))linphone_log_function, ORTP_MESSAGE, ORTP_ERROR); + liblinphone_tester_add_suites(); NSString* bundlePath = [[NSBundle mainBundle] bundlePath]; NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); @@ -65,7 +66,7 @@ void LSLog(NSString* fmt, ...){ liblinphone_tester_keep_accounts(TRUE); - int count = bc_tester_nb_test_suites(); + int count = bc_tester_nb_suites(); for (int i=0; i