freeswitch/tests/unit
Dragos Oancea 8e59603d98 [core][mod_sofia] remove ZRTP (deemed obsolete).
[unit-tests][build-system][docs] remove references to ZRTP.
2022-10-28 20:19:42 +03:00
..
conf [core][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +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][mod_sofia] remove ZRTP (deemed obsolete). 2022-10-28 20:19:42 +03:00
conf_playsay [core] fix test case 2019-11-21 22:06:14 +04:00
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
images [core] and core video alpha patch test code 2021-10-23 22:00:01 +03:00
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 FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05:00
collect-test-logs.sh [Unit-tests] Implement module tests in Drone CI 2020-01-21 22:23:30 +04:00
run-tests.sh [Unit-test] Run tests in parallel 2020-01-23 02:29:57 +04:00
switch_console.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
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 [Core] fix asr resample out data len 2020-12-23 21:45:26 +04:00
switch_core_codec.c [Unit-tests] Fix leaks in mod_test and in switch_core_codec, switch_vpx, switch_xml, switch_ivr_play_say tests. 2019-11-27 21:38:19 +04:00
switch_core_db.c [Unit-tests] Fix previously defined AM_* in tests. 2021-02-23 20:59:26 +03:00
switch_core_file.c [unit-tests] scan-build: Result of 'malloc' is converted to a pointer of type 'char', which is incompatible with sizeof operand type 'int16_t' 2020-02-21 20:28:41 +00:00
switch_core_session.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +03:00
switch_core_video.c [core] fix "--disable-libyuv" 2021-11-01 19:35:53 +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_hold.c [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
switch_ivr_async.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +03:00
switch_ivr_originate.c [Unit-tests] Improve stability of some tests. 2022-08-28 13:24:43 +03:00
switch_ivr_play_say.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +03:00
switch_log.c [Unit-tests] Fix build of various unit-tests. 2021-10-23 22:01:08 +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] 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 [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 [Unit-tests] Fix switch_xml leak and build. 2019-12-31 04:15:01 +04:00
test.sh [Tests] Fix Drone CI capturing Address Sanitizer reports sent to stderr. 2020-06-24 21:23:53 +04:00
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 [Core] Add switch_digest(), switch_digest_string() APIs. Add unit-tests. 2021-04-12 01:03:15 +03:00
test_switch_core_db.2017.vcxproj [Build-System] Fix build with MSBuild. 2020-12-23 00:11:37 +04:00
test_switch_ivr_originate.2017.vcxproj [Build-System] Fix build with MSBuild. 2020-12-23 00:11:37 +04: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