mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
tester: fix compilation and update submodules
This commit is contained in:
parent
48f62e9fb2
commit
17b5fdc8e5
4 changed files with 6 additions and 5 deletions
|
|
@ -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<count; i++) {
|
||||
const char* suite = bc_tester_suite_name(i);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c17fd39ebcf2979db671dac9464e35d9afe1321b
|
||||
Subproject commit af93922ac91cf3cbf5ceed0328bf43d08d37714e
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit c05b0ace94b7e7beb0e5bde1561550c83339beff
|
||||
Subproject commit 7e742958a22f23f0780881789553e0e615db18a3
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5a55409ddce8bc35163662231dae475488dfce75
|
||||
Subproject commit cf25348c55664004b3e50691db56f011f7cef319
|
||||
Loading…
Add table
Reference in a new issue