mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Added dummy test to please VS...
This commit is contained in:
parent
ecbeb8a9ee
commit
0f54b50e76
1 changed files with 7 additions and 2 deletions
|
|
@ -182,6 +182,10 @@ end:
|
|||
linphone_core_manager_destroy(manager);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
static void dummy_test(void) {
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
test_t vcard_tests[] = {
|
||||
|
|
@ -192,9 +196,10 @@ test_t vcard_tests[] = {
|
|||
{ "Friends working if no db set", friends_if_no_db_set },
|
||||
{ "Friends storage migration from rc to db", friends_migration },
|
||||
{ "Friends storage in sqlite database", friends_sqlite_storage },
|
||||
#endif
|
||||
#else
|
||||
{ "Dummy test", dummy_test }
|
||||
#endif
|
||||
#endif
|
||||
{ },
|
||||
};
|
||||
|
||||
test_suite_t vcard_test_suite = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue