complex_sip_call: rename to complex_sip_call_tester for consistency

This commit is contained in:
Gautier Pelloux-Prayer 2015-09-21 15:47:21 +02:00
parent 88248cc90c
commit ffd0295680
3 changed files with 4 additions and 4 deletions

View file

@ -24,6 +24,7 @@ set(SOURCE_FILES
common/bc_tester_utils.c
accountmanager.c
call_tester.c
complex_sip_call_tester.c
dtmf_tester.c
eventapi_tester.c
flexisip_tester.c
@ -45,14 +46,13 @@ set(SOURCE_FILES
tunnel_tester.c
upnp_tester.c
video_tester.c
complex_sip_call.c
)
find_program(SIPP_PROGRAM NAMES sipp sipp.exe)
if(SIPP_PROGRAM)
add_definitions(-DHAVE_SIPP=1)
else()
message(WARNING "Could not find sipp!")
message(WARNING "Could not find sipp!")
endif()
add_definitions(-DBC_CONFIG_FILE="config.h")

View file

@ -13,6 +13,7 @@ lib_LTLIBRARIES = liblinphonetester.la
liblinphonetester_la_SOURCES = \
accountmanager.c \
call_tester.c \
complex_sip_call_tester.c \
dtmf_tester.c \
eventapi_tester.c \
flexisip_tester.c \
@ -33,8 +34,7 @@ liblinphonetester_la_SOURCES = \
tester.c \
upnp_tester.c \
video_tester.c \
common/bc_tester_utils.c \
complex_sip_call.c
common/bc_tester_utils.c
liblinphonetester_ladir = $(includedir)/linphone
liblinphonetester_la_HEADERS = common/bc_tester_utils.h