2
0
Andrey Volk c7e793c345 [Core] Add new switch_rand() a compliant random number generator API. Add a unit-test. 5 сар өмнө
..
conf 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). 2 жил өмнө
conf_async 60c4b62254 [core] Add SMBF_PAUSE media bug flag to pause an individual media bug. 3 жил өмнө
conf_eavesdrop 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). 2 жил өмнө
conf_playsay 724868fa08 [core] fix test case 5 жил өмнө
conf_rtp 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). 2 жил өмнө
conf_sip 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). 2 жил өмнө
conf_sofia 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). 2 жил өмнө
conf_test 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete). 2 жил өмнө
images 6761e8767e [core] and core video alpha patch test code 3 жил өмнө
pcap beffab1d68 [core] RTP: a media timeout fix + add pcap based-unit tests. 2 жил өмнө
.gitignore fbf2da44d9 [Core] Fix use of private headers. 3 жил өмнө
Makefile.am beffab1d68 [core] RTP: a media timeout fix + add pcap based-unit tests. 2 жил өмнө
README 0c8f5ed60d FS-11453 [core] remove dependency to libtap for unit tests 6 жил өмнө
collect-test-logs.sh 6d31e846a8 [Unit-tests] Implement module tests in Drone CI 4 жил өмнө
run-tests.sh 893a3cdc1f [Unit-test] Run tests in parallel 4 жил өмнө
switch_console.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 жил өмнө
switch_core.c c7e793c345 [Core] Add new switch_rand() a compliant random number generator API. Add a unit-test. 5 сар өмнө
switch_core_asr.c 62970aa998 [Core] fix asr resample out data len 3 жил өмнө
switch_core_codec.c 647035c323 [mod_opus] Fix status returned by switch_opus_decode(). Should be SWITCH_STATUS_FALSE instead of SWITCH_STATUS_NOOP. Add a unit-test. 9 сар өмнө
switch_core_db.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 жил өмнө
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 жил өмнө
switch_core_session.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 жил өмнө
switch_core_video.c a2ce46c6fd [core] fix "--disable-libyuv" 3 жил өмнө
switch_eavesdrop.c eaf5a70246 [Unit-tests] Fix build issues in switch_eavesdrop.c test file. 3 жил өмнө
switch_event.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 жил өмнө
switch_hash.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 жил өмнө
switch_hold.c 23eeb4ae75 [Unit-tests] Improve stability of some tests. 2 жил өмнө
switch_ivr_async.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 жил өмнө
switch_ivr_originate.c 23eeb4ae75 [Unit-tests] Improve stability of some tests. 2 жил өмнө
switch_ivr_play_say.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 жил өмнө
switch_log.c 24ff01518f [Unit-tests] Fix build of various unit-tests. 3 жил өмнө
switch_packetizer.c 930341ba86 [core,mod_av,unit-tests] Make transition to core packetizer 1 жил өмнө
switch_rtp.c 8b7a8c4aea [core] SDP: replace SIP lingo in SDP offer/answer. 10 сар өмнө
switch_rtp_pcap.c 8b7a8c4aea [core] SDP: replace SIP lingo in SDP offer/answer. 10 сар өмнө
switch_sip.c 23eeb4ae75 [Unit-tests] Improve stability of some tests. 2 жил өмнө
switch_utils.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 жил өмнө
switch_vad.c deecaae870 STIR/SHAKEN (#1160) 3 жил өмнө
switch_vpx.c 91f12b5920 [Unit-tests] Fix previously defined AM_* in tests. 3 жил өмнө
switch_xml.c cdaebdce9d [Unit-tests] Fix switch_xml leak and build. 4 жил өмнө
test.sh 1cea3da2fc [Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr. 4 жил өмнө
test_sofia.c 3065cb9168 [mod_sofia] Fix memory leaks caused by improper profile destroy. Add a unit-test. 3 жил өмнө
test_switch_core.2017.vcxproj fd27504a7d [Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests. 3 жил өмнө
test_switch_core_codec.2017.vcxproj 647035c323 [mod_opus] Fix status returned by switch_opus_decode(). Should be SWITCH_STATUS_FALSE instead of SWITCH_STATUS_NOOP. Add a unit-test. 9 сар өмнө
test_switch_core_db.2017.vcxproj 940d82ef9b [Build-System] Fix build with MSBuild. 3 жил өмнө
test_switch_ivr_originate.2017.vcxproj 940d82ef9b [Build-System] Fix build with MSBuild. 3 жил өмнө

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