summaryrefslogtreecommitdiff
path: root/pjsip/src/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/src/test/test.h')
-rw-r--r--pjsip/src/test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjsip/src/test/test.h b/pjsip/src/test/test.h
index 6c695725..18d28b75 100644
--- a/pjsip/src/test/test.h
+++ b/pjsip/src/test/test.h
@@ -56,6 +56,7 @@ extern pjsip_endpoint *endpt;
#define INCLUDE_URI_TEST INCLUDE_MESSAGING_GROUP
#define INCLUDE_MSG_TEST INCLUDE_MESSAGING_GROUP
+#define INCLUDE_MULTIPART_TEST INCLUDE_MESSAGING_GROUP
#define INCLUDE_TXDATA_TEST INCLUDE_MESSAGING_GROUP
#define INCLUDE_TSX_BENCH INCLUDE_MESSAGING_GROUP
#define INCLUDE_UDP_TEST INCLUDE_TRANSPORT_GROUP
@@ -71,6 +72,7 @@ extern pjsip_endpoint *endpt;
int uri_test(void);
int msg_test(void);
int msg_err_test(void);
+int multipart_test(void);
int txdata_test(void);
int tsx_bench(void);
int transport_udp_test(void);