summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-26 15:12:55 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-26 15:12:55 +0000
commitb54431fa617c11aed4801ebeaa96e48bc81e76fc (patch)
treea689320c38175f2e3202c7c413a788ce3b56cec7 /pjsip/src/test-pjsip/test.h
parenteb15e80ed3d60d2a1f78980f5fafbe4df9381cce (diff)
Bring the dead pjsip-test up to date with latest pjsip
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@555 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.h')
-rw-r--r--pjsip/src/test-pjsip/test.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h
index 7c549a32..f2b6b91d 100644
--- a/pjsip/src/test-pjsip/test.h
+++ b/pjsip/src/test-pjsip/test.h
@@ -26,6 +26,22 @@ extern pjsip_endpoint *endpt;
#define TEST_UDP_PORT 15060
#define TEST_UDP_PORT_STR "15060"
+
+#define INCLUDE_MESSAGING_GROUP 1
+#define INCLUDE_TRANSPORT_GROUP 1
+#define INCLUDE_TSX_GROUP 1
+
+
+
+#define INCLUDE_URI_TEST INCLUDE_MESSAGING_GROUP
+#define INCLUDE_MSG_TEST INCLUDE_MESSAGING_GROUP
+#define INCLUDE_TXDATA_TEST INCLUDE_MESSAGING_GROUP
+#define INCLUDE_UDP_TEST INCLUDE_TRANSPORT_GROUP
+#define INCLUDE_LOOP_TEST INCLUDE_TRANSPORT_GROUP
+#define INCLUDE_TSX_TEST INCLUDE_TSX_GROUP
+
+
+
/* The tests */
int uri_test(void);
int msg_test(void);