summaryrefslogtreecommitdiff
path: root/test/srcs.mk
blob: 6195d109ba59690fa0f86181aeb5550a229fc91f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# srcs.mk All application source files.
#
# Copyright (C) 2010 Creytiv.com
#


#
# Test-cases:
#
TEST_SRCS	+= cmd.c
TEST_SRCS	+= ua.c
TEST_SRCS	+= cplusplus.c
TEST_SRCS	+= call.c


#
# Mocks
#
TEST_SRCS	+= mock/sipsrv.c
ifneq ($(USE_TLS),)
TEST_SRCS	+= mock/cert.c
endif


TEST_SRCS	+= test.c

TEST_SRCS	+= main.c