freeswitch/tests/unit
Michael Jerris 959e154623 .gitignore 2021-10-23 22:00:07 +03:00
..
conf [test] add missing file for test 2021-10-23 22:00:07 +03:00
conf_eavesdrop
conf_playsay
conf_sofia
images [core] and core video alpha patch test code 2021-10-23 22:00:01 +03:00
.gitignore .gitignore 2021-10-23 22:00:07 +03:00
Makefile.am [core, mod_av] move switch_packetizer to core 2021-10-23 22:00:06 +03:00
README
collect-test-logs.sh
run-tests.sh
switch_console.c
switch_core.c
switch_core_asr.c
switch_core_codec.c
switch_core_db.c
switch_core_file.c
switch_core_video.c [core] fix leak in unit test 2021-10-23 22:00:04 +03:00
switch_eavesdrop.c
switch_event.c
switch_hash.c
switch_ivr_originate.c
switch_ivr_play_say.c [Core] Add partial Asr support 2021-10-23 21:59:49 +03:00
switch_packetizer.c [core, mod_av] move switch_packetizer to core 2021-10-23 22:00:06 +03:00
switch_rtp.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_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