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 [core] fix test case 2019-11-21 22:06:14 +04:00
.gitignore [core] fix test case 2019-11-21 22:06:14 +04:00
Makefile.am [Core] fix asr resample out data len 2020-12-23 21:45:26 +04:00
README FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05:00
collect-test-logs.sh [Unit-tests] Implement module tests in Drone CI 2020-01-21 22:23:30 +04:00
run-tests.sh [Unit-test] Run tests in parallel 2020-01-23 02:29:57 +04:00
switch_console.c [core] fix copy and paste error 2019-12-31 01:00:03 +04:00
switch_core.c [Core] switch_core_port_allocator: Replace getaddrinfo() (may get stuck) with switch_sockaddr_new() and fix IPv6. 2020-12-17 21:15:14 +04:00
switch_core_asr.c [Core] fix asr resample out data len 2020-12-23 21:45:26 +04:00
switch_core_codec.c [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. 2019-11-27 21:38:19 +04:00
switch_core_db.c [Core] Wait sql threads to spin up. Fixes module_exists, show_codec commands. 2020-05-07 02:26:22 +04:00
switch_core_file.c [unit-tests] scan-build: Result of 'malloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'int16_t' 2020-02-21 20:28:41 +00:00
switch_core_video.c FS-11921: [core] add switch_img_data_url_png 2019-07-18 00:50:48 +04:00
switch_event.c [Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN 2019-11-26 01:54:43 +04:00
switch_hash.c [Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN 2019-11-26 01:54:43 +04:00
switch_ivr_originate.c [mod_loopback] Split null_auto_answer into two variables null_enable_auto_answer and null_auto_answer_delay. Default auto_answer_delay is 0 instead of 1 ms. Auto answer is enabled by default if null_enable_auto_answer is not set. More carefully compute the delay in ms to not block channel longer than needed. 2020-05-08 01:22:48 +04:00
switch_ivr_play_say.c [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. 2019-11-27 21:38:19 +04:00
switch_rtp.c [unit-tests] fix build switch_rtp on MacOS 2020-01-13 18:23:58 +00:00
switch_utils.c [Core] Fix the null char in truncated value returned by switch_b64_decode 2020-09-01 21:04:49 +04:00
switch_vad.c [core] Fix switch_vad_process() to properly use result of fvad_process(). Fixes #18 2020-03-05 21:16:33 +04:00
switch_vpx.c [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. 2019-11-27 21:38:19 +04:00
switch_xml.c [Unit-tests] Fix switch_xml leak and build. 2019-12-31 04:15:01 +04:00
test.sh [Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr. 2020-06-24 21:23:53 +04:00
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