freeswitch/tests/unit
2021-10-23 22:00:40 +03:00
..
conf [test] add missing file for test 2021-10-23 22:00:07 +03:00
conf_async [core] Add SMBF_PAUSE media bug flag to pause an individual media bug. 2021-10-23 22:00:38 +03: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
images [core] and core video alpha patch test code 2021-10-23 22:00:01 +03:00
.gitignore [core] Add switch_log_meta_printf() and switch_log_meta_vprintf() to allow JSON metadata to tag along with the log message. 2021-10-23 22:00:40 +03:00
collect-test-logs.sh
Makefile.am [core] Add switch_log_meta_printf() and switch_log_meta_vprintf() to allow JSON metadata to tag along with the log message. 2021-10-23 22:00:40 +03:00
README
run-tests.sh
switch_console.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
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_session.c [core] allow external ID to be same as the session UUID 2021-10-23 22:00:26 +03:00
switch_core_video.c [Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs. 2021-10-23 22:00:25 +03:00
switch_core.c [Unit-Tests] Fix switch_core_video test to use temporary path for generated files and clean them up. Ignore test runtime dirs. 2021-10-23 22:00:25 +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_async.c [core] Add switch_ivr_record_file_event() and handle execute_on_record_start/execute_on_record_stop 2021-10-23 22:00:39 +03:00
switch_ivr_originate.c [mod_loopback] Add video support to null endpoint 2021-10-23 22:00:38 +03:00
switch_ivr_play_say.c [core] Add switch_ivr_record_file_event() and handle execute_on_record_start/execute_on_record_stop 2021-10-23 22:00:39 +03:00
switch_log.c [core] Add switch_log_meta_printf() and switch_log_meta_vprintf() to allow JSON metadata to tag along with the log message. 2021-10-23 22:00:40 +03:00
switch_packetizer.c [core, mod_av] move switch_packetizer to core 2021-10-23 22:00:06 +03:00
switch_rtp.c [Unit-tests] Report test failure details as they happen. Fix issue where fst_xcheck definition did not allow its use inside conditional statements. 2021-10-23 22:00:40 +03:00
switch_utils.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_vad.c STIR/SHAKEN (#1160) 2021-04-27 13:54:32 -06:00
switch_vpx.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_xml.c
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_db.2017.vcxproj
test_switch_core.2017.vcxproj [Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests. 2021-04-12 01:03:15 +03:00
test_switch_ivr_originate.2017.vcxproj
test.sh

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