Seven Du 408480bae0 [Unit-tests] Fix mac build 3 years ago
..
conf 22e35ffa7b [test] add missing file for test 3 years ago
conf_async 60c4b62254 [core] Add SMBF_PAUSE media bug flag to pause an individual media bug. 3 years ago
conf_eavesdrop 5aabb54f68 [core] eavesdrop: init L16 codec at right ptime in certain conditions. 3 years ago
conf_playsay 724868fa08 [core] fix test case 5 years ago
conf_sip bf62bd8a7f [Unit-test] Use unique port numbers when running mod_sofia tests. 3 years ago
conf_sofia 3065cb9168 [mod_sofia] Fix memory leaks caused by improper profile destroy. Add a unit-test. 3 years ago
conf_test bf62bd8a7f [Unit-test] Use unique port numbers when running mod_sofia tests. 3 years ago
images 6761e8767e [core] and core video alpha patch test code 3 years ago
.gitignore fcaaf20c7d [Core] switch_ivr: Restrict the misuse of uuid_hold API. Add switch_hold unit-test. 3 years ago
Makefile.am 715f9e4d28 [Unit-tests] Add a unit-test for the compact form and full form of the Identity header. 3 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 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 years ago
switch_core.c 6da4f147de [Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs. 3 years ago
switch_core_asr.c 62970aa998 [Core] fix asr resample out data len 3 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 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 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_session.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 years ago
switch_core_video.c 6da4f147de [Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs. 3 years ago
switch_eavesdrop.c eaf5a70246 [Unit-tests] Fix build issues in switch_eavesdrop.c test file. 3 years ago
switch_event.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 years ago
switch_hash.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 years ago
switch_hold.c 715f9e4d28 [Unit-tests] Add a unit-test for the compact form and full form of the Identity header. 3 years ago
switch_ivr_async.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 years ago
switch_ivr_originate.c 90db5a9032 [mod_loopback] Add video support to null endpoint 3 years ago
switch_ivr_play_say.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 years ago
switch_log.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 years ago
switch_packetizer.c 5243fbd3c5 [core, mod_av] move switch_packetizer to core 3 years ago
switch_rtp.c 408480bae0 [Unit-tests] Fix mac build 3 years ago
switch_sip.c bf62bd8a7f [Unit-test] Use unique port numbers when running mod_sofia tests. 3 years ago
switch_utils.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 years ago
switch_vad.c deecaae870 STIR/SHAKEN (#1160) 3 years ago
switch_vpx.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 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_sofia.c 3065cb9168 [mod_sofia] Fix memory leaks caused by improper profile destroy. Add a unit-test. 3 years ago
test_switch_core.2017.vcxproj fd27504a7d [Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests. 3 years ago
test_switch_core_db.2017.vcxproj 940d82ef9b [Build-System] Fix build with MSBuild. 3 years ago
test_switch_ivr_originate.2017.vcxproj 940d82ef9b [Build-System] Fix build with MSBuild. 3 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