diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-10-29 19:57:40 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-10-29 19:57:40 +0100 |
commit | 664a6cd61f873db3a9e8c3a7faaaf4116fef6328 (patch) | |
tree | 1b884b8bde99f5a761939456a8e0c601113ff687 /test/test.h | |
parent | da8cf2621a3e1a04b3bcb10f82d5a70393ecd1d6 (diff) |
test: added 2 call tests
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 61ddd27..2600bd6 100644 --- a/test/test.h +++ b/test/test.h @@ -79,6 +79,9 @@ int test_ua_alloc(void); int test_uag_find_param(void); int test_ua_register(void); +int test_call_answer(void); +int test_call_reject(void); + #ifdef __cplusplus extern "C" { |