freeswitch/tests/unit
Andrey Volk eaf5a70246 [Unit-tests] Fix build issues in switch_eavesdrop.c test file. 2021-03-17 01:15:42 +03:00
..
conf Fix some typos (most found by codespell) 2021-02-24 13:59:11 +01:00
conf_eavesdrop [core] eavesdrop: init L16 codec at right ptime in certain conditions. 2021-03-17 00:47:27 +03:00
conf_playsay
conf_sofia [mod_sofia] Fix memory leaks caused by improper profile destroy. Add a unit-test. 2021-03-17 00:58:29 +03:00
.gitignore
Makefile.am [mod_sofia] Fix memory leaks caused by improper profile destroy. Add a unit-test. 2021-03-17 00:58:29 +03:00
README
collect-test-logs.sh
run-tests.sh
switch_console.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_core.c
switch_core_asr.c
switch_core_codec.c
switch_core_db.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_core_file.c
switch_core_video.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
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 [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_hash.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_ivr_originate.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_ivr_play_say.c
switch_rtp.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_utils.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_vad.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_vpx.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_xml.c
test.sh
test_sofia.c [mod_sofia] Fix memory leaks caused by improper profile destroy. Add a unit-test. 2021-03-17 00:58:29 +03:00
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