freeswitch/tests/unit
2020-12-17 21:15:14 +04:00
..
conf
conf_playsay
.gitignore
collect-test-logs.sh
Makefile.am
README
run-tests.sh
switch_console.c
switch_core_codec.c
switch_core_db.c
switch_core_file.c
switch_core_video.c
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_event.c
switch_hash.c
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
switch_rtp.c
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
switch_vpx.c
switch_xml.c
test_switch_core_db.2017.vcxproj [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 2020-05-25 14:18:25 +04:00
test_switch_core.2017.vcxproj [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 2020-05-25 14:18:25 +04:00
test_switch_ivr_originate.2017.vcxproj [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 2020-05-25 14:18:25 +04:00
test.sh [Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr. 2020-06-24 21:23:53 +04:00

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