freeswitch/tests/unit
willie zhang 62970aa998
[Core] fix asr resample out data len
2020-12-23 21:45:26 +04:00
..
conf [Core] fix asr resample out data len 2020-12-23 21:45:26 +04:00
conf_playsay
.gitignore
Makefile.am [Core] fix asr resample out data len 2020-12-23 21:45:26 +04:00
README
collect-test-logs.sh
run-tests.sh
switch_console.c
switch_core.c
switch_core_asr.c [Core] fix asr resample out data len 2020-12-23 21:45:26 +04:00
switch_core_codec.c
switch_core_db.c
switch_core_file.c
switch_core_video.c
switch_event.c
switch_hash.c
switch_ivr_originate.c
switch_ivr_play_say.c
switch_rtp.c
switch_utils.c
switch_vad.c
switch_vpx.c
switch_xml.c
test.sh
test_switch_core.2017.vcxproj [Build-System] Fix build with MSBuild. 2020-12-23 00:11:37 +04:00
test_switch_core_db.2017.vcxproj [Build-System] Fix build with MSBuild. 2020-12-23 00:11:37 +04:00
test_switch_ivr_originate.2017.vcxproj [Build-System] Fix build with MSBuild. 2020-12-23 00:11:37 +04:00

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