summaryrefslogtreecommitdiff
path: root/test/srcs.mk
blob: a68ff94f3cfb55df21e849a7b31b5d7a5e0a9e49 (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
29
30
31
32
33
34
35
36
37
#
# 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
TEST_SRCS	+= mos.c


#
# Mocks
#
TEST_SRCS	+= mock/dnssrv.c

TEST_SRCS	+= sip/aor.c
TEST_SRCS	+= sip/auth.c
TEST_SRCS	+= sip/domain.c
TEST_SRCS	+= sip/location.c
TEST_SRCS	+= sip/sipsrv.c
TEST_SRCS	+= sip/user.c

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


TEST_SRCS	+= test.c

TEST_SRCS	+= main.c