forked from mirrors/linphone-iphone
fix tester's build
This commit is contained in:
parent
f33df41fae
commit
00044040fd
4 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import "DetailTableView.h"
|
||||
#import "MasterView.h"
|
||||
#include "linphone/liblinphone_tester.h"
|
||||
#include "linphonetester/liblinphone_tester.h"
|
||||
#import "Log.h"
|
||||
|
||||
static NSString *const kAllTestsName = @"Run All tests";
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#import "Log.h"
|
||||
#include "TargetConditionals.h"
|
||||
#include "linphone/liblinphone_tester.h"
|
||||
#include "linphonetester/liblinphone_tester.h"
|
||||
#include "mediastreamer2/msutils.h"
|
||||
|
||||
@interface MasterView () {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import <XCTest/XCTest.h>
|
||||
#include "linphone/linphonecore.h"
|
||||
#include "linphone/liblinphone_tester.h"
|
||||
#include "linphonetester/liblinphone_tester.h"
|
||||
#import "NSObject+DTRuntime.h"
|
||||
#import "Utils.h"
|
||||
#import "Log.h"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 954a1a9cd51a30abfd0cf2341f215598cbf183c1
|
||||
Subproject commit f07a5b59b50e0c37782d1692e9069c664182c521
|
||||
Loading…
Add table
Reference in a new issue