From d69860809e79de1638f44fd7c06c5b71364060c5 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 14 Feb 2016 17:58:09 +0100 Subject: test: add testcases for call hangup from both sides --- test/test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test.h') diff --git a/test/test.h b/test/test.h index fc90989..4a91d28 100644 --- a/test/test.h +++ b/test/test.h @@ -82,6 +82,8 @@ int test_ua_register(void); int test_call_answer(void); int test_call_reject(void); int test_call_af_mismatch(void); +int test_call_answer_hangup_a(void); +int test_call_answer_hangup_b(void); #ifdef __cplusplus -- cgit v1.2.3