Skip to content
Snippets Groups Projects
Commit f0389b1c authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#2101] Make the test directory compile

parent 59bc5ccc
Branches
No related tags found
No related merge requests found
include ../globals.mak
noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester rtpTester historyTester
noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester historyTester #rtpTester
OBJECT_FILES= \
../src/sflphoned-managerimpl.o \
......@@ -58,6 +58,8 @@ pluginmanagerTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
......@@ -76,6 +78,8 @@ hookmanagerTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
......@@ -95,6 +99,8 @@ audiolayerTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
......@@ -115,6 +121,8 @@ rtpTester_LDADD = \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@SAMPLERATE_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
$(OBJECT_FILES)
......@@ -133,6 +141,8 @@ historyTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
......
......@@ -32,8 +32,8 @@
#include "user_cfg.h"
#include "audio/audiolayer.h"
#include "audio/alsalayer.h"
#include "audio/pulselayer.h"
#include "audio/alsa/alsalayer.h"
#include "audio/pulseaudio/pulselayer.h"
/*
* @file audiorecorderTest.cpp
......
......@@ -39,10 +39,10 @@
// Application import
#include "manager.h"
#include "audio/audiortp.h"
#include "../src/call.h"
#include "../src/sipcall.h"
#include "../src/sipvoiplink.h"
#include "audio/audiortp/AudioRtpSession.h"
#include "call.h"
#include "sip/sipcall.h"
#include "sip/sipvoiplink.h"
#include "config/config.h"
#include "user_cfg.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment