mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
tester: fix duplicate symbols issue
This commit is contained in:
parent
0387cd476b
commit
40f82acc4d
2 changed files with 5 additions and 2 deletions
|
|
@ -41,6 +41,9 @@ const char *bc_tester_writable_dir_prefix = "/data/data/org.linphone.tester/cach
|
|||
const char *bc_tester_writable_dir_prefix = ".";
|
||||
#endif
|
||||
|
||||
int bc_printf_verbosity_info;
|
||||
int bc_printf_verbosity_error;
|
||||
|
||||
static test_suite_t **test_suite = NULL;
|
||||
static int nb_test_suites = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
extern const char *bc_tester_read_dir_prefix;
|
||||
extern const char *bc_tester_writable_dir_prefix;
|
||||
|
||||
int bc_printf_verbosity_info;
|
||||
int bc_printf_verbosity_error;
|
||||
extern int bc_printf_verbosity_info;
|
||||
extern int bc_printf_verbosity_error;
|
||||
|
||||
typedef void (*test_function_t)(void);
|
||||
typedef int (*test_suite_function_t)(const char *name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue