freeswitch/tests/unit
2019-07-23 19:34:21 +04:00
..
conf FS-11425 add vpx conf to test code 2019-07-17 01:08:25 +04:00
.gitignore
Makefile.am FS-11947: [Build-System] Do not install test binaries when doing make install. 2019-07-23 19:34:21 +04:00
README
switch_console.c
switch_core_video.c FS-11921: [core] add switch_img_data_url_png 2019-07-18 00:50:48 +04:00
switch_core.c
switch_event.c
switch_hash.c
switch_ivr_originate.c FS-11893 [core] add switch_dial_handle_create_json() and switch_dial_handle_serialize_json() for dial handle/json conversions 2019-07-18 00:09:20 +04:00
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

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