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