freeswitch/tests/unit
Chris Rienzo c796723dd7 FS-11728 [core] add switch_ivr_play_and_collect_input(). This function plays a prompt while looking for DTMF or speech and returns whatever was heard. 2019-07-17 19:58:45 +04:00
..
conf
.gitignore
Makefile.am FS-11728 [core] add switch_ivr_play_and_collect_input(). This function plays a prompt while looking for DTMF or speech and returns whatever was heard. 2019-07-17 19:58:45 +04:00
README
switch_console.c
switch_core.c
switch_event.c
switch_hash.c
switch_ivr_originate.c
switch_ivr_play_say.c FS-11728 [core] add switch_ivr_play_and_collect_input(). This function plays a prompt while looking for DTMF or speech and returns whatever was heard. 2019-07-17 19:58:45 +04:00
switch_utils.c
switch_vpx.c FS-11425 update vpx test code to suuport verbose logging 2019-07-17 01:08:44 +04:00
test_switch_core.2017.vcxproj

README

FreeSWITCH unit tests should be kept as shallow unit tests and micro
benchmarks testing functionality exposed through libfreeswitch.

Requirements for a new unit tests: 

1. Tests must use switch_test.h framework