diff options
author | Alfred E. Heggestad <aeh@db.org> | 2016-04-03 17:35:05 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2016-04-03 17:35:05 +0200 |
commit | 31baf6937aee6f449a6675e102d6f0831bfb1fbe (patch) | |
tree | b31e792b04b746497cb42df90dfb07ce8d0a7035 /test/srcs.mk | |
parent | 059b6a9f597419adc331ca7e1e2b40b090d907a1 (diff) |
test: added test-case for authenticated register
Diffstat (limited to 'test/srcs.mk')
-rw-r--r-- | test/srcs.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/srcs.mk b/test/srcs.mk index f2d4734..a68ff94 100644 --- a/test/srcs.mk +++ b/test/srcs.mk @@ -19,7 +19,14 @@ TEST_SRCS += mos.c # Mocks # TEST_SRCS += mock/dnssrv.c -TEST_SRCS += mock/sipsrv.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 |