summaryrefslogtreecommitdiff
path: root/pjsip/src/test/test.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-08-01 09:48:51 +0000
committerBenny Prijono <bennylp@teluu.com>2010-08-01 09:48:51 +0000
commit059d687249f0f95e0b30785c418e1aa47555615a (patch)
tree792e10acf82954faca0a2b7fe937064a1ecb81d8 /pjsip/src/test/test.c
parent1426b8301e4d99837bd70ce73b350d03fafbfd45 (diff)
Implemented core multipart support and support in the invite session (re #1070)
- incoming multipart message will be handled automatically - for testing, enable HAVE_MULTIPART_TEST in pjsua_app.c git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3243 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test/test.c')
-rw-r--r--pjsip/src/test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjsip/src/test/test.c b/pjsip/src/test/test.c
index df5523a7..01163249 100644
--- a/pjsip/src/test/test.c
+++ b/pjsip/src/test/test.c
@@ -301,6 +301,10 @@ int test_main(void)
DO_TEST(msg_err_test());
#endif
+#if INCLUDE_MULTIPART_TEST
+ DO_TEST(multipart_test());
+#endif
+
#if INCLUDE_TXDATA_TEST
DO_TEST(txdata_test());
#endif