freeswitch/tests/unit
Andrey Volk 23eeb4ae75 [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
..
conf
conf_async
conf_eavesdrop
conf_playsay
conf_rtp [core] RTP: a media timeout fix + add pcap based-unit tests. 2022-06-29 18:20:27 +03:00
conf_sip [Unit-test] Use unique port numbers when running mod_sofia tests. 2021-10-23 22:01:16 +03:00
conf_sofia
conf_test [Unit-test] Use unique port numbers when running mod_sofia tests. 2021-10-23 22:01:16 +03:00
images
pcap [core] RTP: a media timeout fix + add pcap based-unit tests. 2022-06-29 18:20:27 +03:00
.gitignore [Core] Fix use of private headers. 2021-11-10 21:46:29 +03:00
Makefile.am [core] RTP: a media timeout fix + add pcap based-unit tests. 2022-06-29 18:20:27 +03:00
README
collect-test-logs.sh
run-tests.sh
switch_console.c
switch_core.c [Core] Fix switch_event_base_add_header leaking memory when headers are with indexes. Add a unit-test. 2021-11-03 17:01:05 +03:00
switch_core_asr.c
switch_core_codec.c
switch_core_db.c
switch_core_file.c
switch_core_session.c
switch_core_video.c [core] fix "--disable-libyuv" 2021-11-01 19:35:53 +03:00
switch_eavesdrop.c
switch_event.c
switch_hash.c
switch_hold.c [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
switch_ivr_async.c
switch_ivr_originate.c [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
switch_ivr_play_say.c
switch_log.c
switch_packetizer.c
switch_rtp.c [Unit-tests] Fix mac build 2021-10-24 15:36:52 +03:00
switch_rtp_pcap.c [Unit-tests] Fix unused function in switch_rtp_pcap 2022-06-29 21:42:37 +03:00
switch_sip.c [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
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