summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/src/test-pjsip/test.c')
-rw-r--r--pjsip/src/test-pjsip/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjsip/src/test-pjsip/test.c b/pjsip/src/test-pjsip/test.c
index b02a8cf6..09ee1244 100644
--- a/pjsip/src/test-pjsip/test.c
+++ b/pjsip/src/test-pjsip/test.c
@@ -359,6 +359,10 @@ int test_main(void)
DO_TEST(inv_offer_answer_test());
#endif
+#if INCLUDE_REGC_TEST
+ DO_TEST(regc_test());
+#endif
+
on_return:
flush_events(500);