summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.c
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.c
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.c')
-rw-r--r--pjsip/src/test-pjsip/test.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/pjsip/src/test-pjsip/test.c b/pjsip/src/test-pjsip/test.c
index f3d48332..b8707332 100644
--- a/pjsip/src/test-pjsip/test.c
+++ b/pjsip/src/test-pjsip/test.c
@@ -125,15 +125,33 @@ int test_main(void)
goto on_return;
}
+#if INCLUDE_URI_TEST
DO_TEST(uri_test());
+#endif
+
+#if INCLUDE_MSG_TEST
DO_TEST(msg_test());
DO_TEST(msg_err_test());
+#endif
+
+#if INCLUDE_TXDATA_TEST
DO_TEST(txdata_test());
+#endif
+
+#if INCLUDE_UDP_TEST
DO_TEST(transport_udp_test());
+#endif
+
+#if INCLUDE_LOOP_TEST
DO_TEST(transport_loop_test());
+#endif
+
+#if INCLUDE_TSX_TEST
DO_TEST(tsx_basic_test());
DO_TEST(tsx_uac_test());
DO_TEST(tsx_uas_test());
+#endif
+
on_return: