freeswitch/tests/unit
Andrey Volk 10d31ee12a [Unit-tests] Move test_tts_format out of mod_ssml. Add mod_test and test_tts_format to the Windows build. 2024-12-31 01:45:47 +03:00
..
conf
conf_async
conf_eavesdrop
conf_playsay [core] fix test case 2019-11-21 22:06:14 +04:00
conf_rtp
conf_sip [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_sofia
conf_test [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_tts_format [Unit-tests] Move test_tts_format out of mod_ssml. Add mod_test and test_tts_format to the Windows build. 2024-12-31 01:45:47 +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 [Unit-tests] Move test_tts_format out of mod_ssml. Add mod_test and test_tts_format to the Windows build. 2024-12-31 01:45:47 +03:00
README
collect-test-logs.sh
run-tests-docker.sh
run-tests.mk
run-tests.sh
switch_console.c
switch_core.c
switch_core_asr.c [Core] fix asr resample out data len 2020-12-23 21:45:26 +04:00
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 [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
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
switch_rtp.c [core] SDP: replace SIP lingo in SDP offer/answer. 2024-01-26 21:01:32 +03:00
switch_rtp_pcap.c
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
test_switch_core_db.2017.vcxproj
test_switch_ivr_originate.2017.vcxproj
test_tts_format.2017.vcxproj
test_tts_format.c

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