freeswitch/tests/unit
Andrey Volk bd7b76bacf [Core] Add new switch_core_hash_insert_pointer(switch_hash_t *hash, const void *data) API to be able to insert data into a hash with an auto-generated key based on the data pointer. Cleanup switch_loadable_module_process() to not generate hash keys for stored events itself. Add unit-test. 2021-10-19 20:35:12 +03:00
..
conf [unit-tests] add SEND_RTCP_MESSAGE event/rtcp unit-test. 2021-10-04 08:54:09 +00:00
conf_eavesdrop
conf_playsay
conf_sofia
.gitignore
Makefile.am
README
collect-test-logs.sh
run-tests.sh
switch_console.c
switch_core.c [Core] Add new switch_core_hash_insert_pointer(switch_hash_t *hash, const void *data) API to be able to insert data into a hash with an auto-generated key based on the data pointer. Cleanup switch_loadable_module_process() to not generate hash keys for stored events itself. Add unit-test. 2021-10-19 20:35:12 +03:00
switch_core_asr.c
switch_core_codec.c
switch_core_db.c
switch_core_file.c
switch_core_video.c
switch_eavesdrop.c [Unit-tests] Fix build issues in switch_eavesdrop.c test file. 2021-03-17 01:15:42 +03:00
switch_event.c
switch_hash.c
switch_ivr_originate.c [core] Update switch_ivr_enterprise_originate() to accept optional switch_dial_handle_list_t instead of dialstring. 2021-03-23 20:23:28 +03:00
switch_ivr_play_say.c
switch_rtp.c [unit-tests] add SEND_RTCP_MESSAGE event/rtcp unit-test. 2021-10-04 08:54:09 +00:00
switch_utils.c
switch_vad.c STIR/SHAKEN (#1160) 2021-04-27 13:54:32 -06:00
switch_vpx.c
switch_xml.c
test.sh
test_sofia.c
test_switch_core.2017.vcxproj [Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests. 2021-04-12 01:03:15 +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