diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-02-23 19:21:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 19:21:50 +0100 |
commit | fb6bf93a7816516247523bd004737b2d1f3bba86 (patch) | |
tree | 334abf16f49890e6825c815a5b889f675c2033fb /test/srcs.mk | |
parent | 39ff942fa874ff0d698d3ac938a6c8c741afb107 (diff) |
Message reentrant (#214)
* message: make it re-entrant
* clean up message test-code
Diffstat (limited to 'test/srcs.mk')
-rw-r--r-- | test/srcs.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/srcs.mk b/test/srcs.mk index 289607e..417742f 100644 --- a/test/srcs.mk +++ b/test/srcs.mk @@ -14,6 +14,7 @@ TEST_SRCS += contact.c TEST_SRCS += ua.c TEST_SRCS += cplusplus.c TEST_SRCS += call.c +TEST_SRCS += message.c TEST_SRCS += mos.c TEST_SRCS += net.c |