Andrey Volk 132cdbdc45 Update Makefile.am 4 years ago
..
conf 2a54e08019 [core, mod_loopback] Add test case for group confirm over loopback endpoints 4 years ago
conf_playsay 724868fa08 [core] fix test case 5 years ago
.gitignore 724868fa08 [core] fix test case 5 years ago
Makefile.am 132cdbdc45 Update Makefile.am 4 years ago
README 0c8f5ed60d FS-11453 [core] remove dependency to libtap for unit tests 6 years ago
collect-test-logs.sh 6d31e846a8 [Unit-tests] Implement module tests in Drone CI 4 years ago
run-tests.sh 893a3cdc1f [Unit-test] Run tests in parallel 4 years ago
switch_console.c bafe238b72 [core] fix copy and paste error 4 years ago
switch_core.c 97f42d429f FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test. 6 years ago
switch_core_codec.c b337e77258 [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. 5 years ago
switch_core_db.c 8778cda16d [Core] Wait sql threads to spin up. Fixes module_exists, show_codec commands. 4 years ago
switch_core_file.c 93dcd6e77e [unit-tests] scan-build: Result of 'malloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'int16_t' 4 years ago
switch_core_video.c 9cb6b201a6 FS-11921: [core] add switch_img_data_url_png 5 years ago
switch_event.c 2865603ad2 [Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN 5 years ago
switch_hash.c 2865603ad2 [Unit-tests] Fix xml error not finding freeswitch.xml on FST_MINCORE_BEGIN 5 years ago
switch_ivr_originate.c 0072806df1 [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. 4 years ago
switch_ivr_play_say.c b337e77258 [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. 5 years ago
switch_rtp.c 4bef44b7b0 [unit-tests] fix build switch_rtp on MacOS 4 years ago
switch_utils.c 1d2a1057f8 [Core] Fix the null char in truncated value returned by switch_b64_decode 4 years ago
switch_vad.c 8e0c0df5b6 [core] Fix switch_vad_process() to properly use result of fvad_process(). Fixes #18 4 years ago
switch_vpx.c b337e77258 [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. 5 years ago
switch_xml.c cdaebdce9d [Unit-tests] Fix switch_xml leak and build. 4 years ago
test.sh 1cea3da2fc [Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr. 4 years ago
test_switch_core.2017.vcxproj 0275ea1eb4 [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 4 years ago
test_switch_core_db.2017.vcxproj 0275ea1eb4 [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 4 years ago
test_switch_ivr_originate.2017.vcxproj 0275ea1eb4 [Build-System] Use $(DefaultPlatformToolset) so it's easier to build using newer Microsoft Visual Studio versions. 4 years ago

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