summaryrefslogtreecommitdiff
path: root/test/main.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-07-23 17:07:25 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-07-23 17:07:25 +0200
commit7b4de472d27e9fe5201a8e0b847e5b2281b71452 (patch)
treed4cc3a4afee18b315c81b918900353475426d64d /test/main.c
parent7cedfabc81c9de28c3925e2d26abd39513013697 (diff)
added config 'call_max_calls' to limit maximum number of calls per ua
Diffstat (limited to 'test/main.c')
-rw-r--r--test/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c
index 18442f8..c9f1964 100644
--- a/test/main.c
+++ b/test/main.c
@@ -26,6 +26,7 @@ static const struct test tests[] = {
TEST(test_call_reject),
TEST(test_call_rtp_timeout),
TEST(test_call_multiple),
+ TEST(test_call_max),
TEST(test_cmd),
TEST(test_cplusplus),
TEST(test_mos),