diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-06-03 19:59:16 +0200 |
---|---|---|
committer | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-06-03 19:59:16 +0200 |
commit | 818a2288f4a523666c2d5fe2c7db98b5adb05cb8 (patch) | |
tree | 02fd4e17bbbb469d1bdadf1a087770f1effbbfe3 /test/main.c | |
parent | 9c2b349424c49cd94e18c788e6fe9527d04be5d1 (diff) |
ua: add ua_progress() and testcase
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c index aa56420..b9f8601 100644 --- a/test/main.c +++ b/test/main.c @@ -34,6 +34,7 @@ static const struct test tests[] = { TEST(test_call_max), TEST(test_call_dtmf), TEST(test_call_aulevel), + TEST(test_call_progress), #ifdef USE_VIDEO TEST(test_call_video), #endif |