summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/src/test-pjsip/test.h')
-rw-r--r--pjsip/src/test-pjsip/test.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h
index 956e3614..b2566510 100644
--- a/pjsip/src/test-pjsip/test.h
+++ b/pjsip/src/test-pjsip/test.h
@@ -39,6 +39,7 @@ extern pjsip_endpoint *endpt;
#define INCLUDE_MESSAGING_GROUP 1
#define INCLUDE_TRANSPORT_GROUP 1
#define INCLUDE_TSX_GROUP 1
+#define INCLUDE_INV_GROUP 1
/*
* Include tests that normally would fail under certain gcc
@@ -58,7 +59,7 @@ extern pjsip_endpoint *endpt;
#define INCLUDE_TCP_TEST INCLUDE_TRANSPORT_GROUP
#define INCLUDE_RESOLVE_TEST INCLUDE_TRANSPORT_GROUP
#define INCLUDE_TSX_TEST INCLUDE_TSX_GROUP
-
+#define INCLUDE_INV_OA_TEST INCLUDE_INV_GROUP
/* The tests */
@@ -94,6 +95,9 @@ int transport_rt_test( pjsip_transport_type_e tp_type,
char *target_url,
int *pkt_lost);
+/* Invite session */
+int inv_offer_answer_test(void);
+
/* Test main entry */
int test_main(void);