summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-05-17 12:45:00 +0000
committerBenny Prijono <bennylp@teluu.com>2008-05-17 12:45:00 +0000
commit472248b19890714c6befb93b12106a69ea0382a1 (patch)
tree0de964bbabc80840bfba431511c14bce5c6e75af /pjsip/src/test-pjsip/test.h
parent973f06d4e3bc295be5bf96618e8c463dcfadc672 (diff)
Ticket #534: Client register/registration support for various registrar brokenness
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1959 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.h')
-rw-r--r--pjsip/src/test-pjsip/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h
index 1234cebc..31e4451b 100644
--- a/pjsip/src/test-pjsip/test.h
+++ b/pjsip/src/test-pjsip/test.h
@@ -40,6 +40,7 @@ extern pjsip_endpoint *endpt;
#define INCLUDE_TRANSPORT_GROUP 1
#define INCLUDE_TSX_GROUP 1
#define INCLUDE_INV_GROUP 1
+#define INCLUDE_REGC_GROUP 1
#define INCLUDE_BENCHMARKS 1
@@ -62,6 +63,7 @@ extern pjsip_endpoint *endpt;
#define INCLUDE_RESOLVE_TEST INCLUDE_TRANSPORT_GROUP
#define INCLUDE_TSX_TEST INCLUDE_TSX_GROUP
#define INCLUDE_INV_OA_TEST INCLUDE_INV_GROUP
+#define INCLUDE_REGC_TEST INCLUDE_REGC_GROUP
/* The tests */
@@ -74,6 +76,7 @@ int transport_udp_test(void);
int transport_loop_test(void);
int transport_tcp_test(void);
int resolve_test(void);
+int regc_test(void);
struct tsx_test_param
{