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 [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
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
.gitignore
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 [GHA] Refactor workflows 2024-12-03 21:30:46 +01:00
run-tests-docker.sh [GHA] Refactor workflows 2024-12-03 21:30:46 +01:00
run-tests.mk [GHA] Add tests. 2024-10-11 20:16:39 +02:00
run-tests.sh [GHA] Refactor workflows 2024-12-03 21:30:46 +01:00
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 [core] fix base64 decoded size when encoded string contains padding = 2024-10-09 22:53:00 +08:00
switch_vad.c
switch_vpx.c
switch_xml.c
test.sh [GHA] Refactor workflows 2024-12-03 21:30:46 +01:00
test_sofia.c
test_switch_core.2017.vcxproj [Build-System] Upgrade legacy Windows SDK to 10.0 in Visual Studio projects. 2024-12-03 22:59:02 +03:00
test_switch_core_codec.2017.vcxproj [Build-System] Upgrade legacy Windows SDK to 10.0 in Visual Studio projects. 2024-12-03 22:59:02 +03:00
test_switch_core_db.2017.vcxproj [Build-System] Upgrade legacy Windows SDK to 10.0 in Visual Studio projects. 2024-12-03 22:59:02 +03:00
test_switch_ivr_originate.2017.vcxproj [Build-System] Upgrade legacy Windows SDK to 10.0 in Visual Studio projects. 2024-12-03 22:59:02 +03:00
test_tts_format.2017.vcxproj [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
test_tts_format.c [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

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