From 5cbd1d17177236f7c4515f077c18d328c76af9b1 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 4 Oct 2015 21:24:31 +0200 Subject: test: use new sipsrv from retest --- test/srcs.mk | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'test/srcs.mk') diff --git a/test/srcs.mk b/test/srcs.mk index 4115fdb..1caafbb 100644 --- a/test/srcs.mk +++ b/test/srcs.mk @@ -4,12 +4,24 @@ # Copyright (C) 2010 Creytiv.com # + +# +# Test-cases: +# TEST_SRCS += cmd.c TEST_SRCS += ua.c +TEST_SRCS += cplusplus.c -TEST_SRCS += sip_server.c -TEST_SRCS += test.c -TEST_SRCS += cplusplus.c +# +# Mocks +# +TEST_SRCS += mock/sipsrv.c +ifneq ($(USE_TLS),) +TEST_SRCS += mock/cert.c +endif + + +TEST_SRCS += test.c TEST_SRCS += main.c -- cgit v1.2.3