summaryrefslogtreecommitdiff
path: root/test/srcs.mk
blob: 1caafbbc2fb3305d0f1d6d9759232f75d653064a (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
#
# 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


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


TEST_SRCS	+= test.c

TEST_SRCS	+= main.c