freeswitch/tests/unit
Andrey Volk c7e793c345 [Core] Add new switch_rand() a compliant random number generator API. Add a unit-test.
* [Core] Add new switch_rand() a compliant random number generator API. Add a unit-test.

* Fall back to rand() on unsupported platforms compile time.
2024-06-06 21:14:36 +03:00
..
conf [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_async
conf_eavesdrop [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_playsay
conf_rtp [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_sip [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_sofia [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_test [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
images
pcap
.gitignore
Makefile.am
README
collect-test-logs.sh
run-tests.sh
switch_console.c
switch_core.c [Core] Add new switch_rand() a compliant random number generator API. Add a unit-test. 2024-06-06 21:14:36 +03:00
switch_core_asr.c
switch_core_codec.c [mod_opus] Fix status returned by switch_opus_decode(). Should be SWITCH_STATUS_FALSE instead of SWITCH_STATUS_NOOP. Add a unit-test. 2024-02-06 00:36:35 +03:00
switch_core_db.c
switch_core_file.c
switch_core_session.c
switch_core_video.c
switch_eavesdrop.c
switch_event.c
switch_hash.c
switch_hold.c
switch_ivr_async.c
switch_ivr_originate.c
switch_ivr_play_say.c
switch_log.c
switch_packetizer.c [core,mod_av,unit-tests] Make transition to core packetizer 2023-07-10 12:58:19 +00:00
switch_rtp.c [core] SDP: replace SIP lingo in SDP offer/answer. 2024-01-26 21:01:32 +03:00
switch_rtp_pcap.c [core] SDP: replace SIP lingo in SDP offer/answer. 2024-01-26 21:01:32 +03:00
switch_sip.c
switch_utils.c
switch_vad.c
switch_vpx.c
switch_xml.c
test.sh
test_sofia.c
test_switch_core.2017.vcxproj
test_switch_core_codec.2017.vcxproj [mod_opus] Fix status returned by switch_opus_decode(). Should be SWITCH_STATUS_FALSE instead of SWITCH_STATUS_NOOP. Add a unit-test. 2024-02-06 00:36:35 +03:00
test_switch_core_db.2017.vcxproj
test_switch_ivr_originate.2017.vcxproj

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