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

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