freeswitch/tests/unit
Dragos Oancea 797216fcc0 FS-12008: special case G722 - fix rate passed to switch_core_codec_init() 2019-08-19 18:31:10 +00:00
..
conf FS-12008: special case G722 - fix rate passed to switch_core_codec_init() 2019-08-19 18:31:10 +00:00
.gitignore FS-7820 updated switch_event.c to have benchmark framework, and updated .gitignore file to ignore binary test files 2015-07-10 15:31:11 -07:00
Makefile.am FS-11967: add unit test for switch_core_codec_copy() 2019-08-01 15:41:43 +00:00
README FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05:00
switch_console.c FS-11892 [switch_console] fix stream write_function 2019-06-18 12:47:39 +03:00
switch_core.c FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test. 2018-12-20 10:19:27 -05:00
switch_core_codec.c FS-12008: special case G722 - fix rate passed to switch_core_codec_init() 2019-08-19 18:31:10 +00:00
switch_core_video.c FS-11921: [core] add switch_img_data_url_png 2019-07-18 00:50:48 +04:00
switch_event.c FS-11615 fix compiler warning 2019-01-17 15:38:13 +08:00
switch_hash.c FS-11615 fix compiler warning 2019-01-17 15:38:13 +08:00
switch_ivr_originate.c FS-11893 [core] add switch_dial_handle_create_json() and switch_dial_handle_serialize_json() for dial handle/json conversions 2019-07-18 00:09:20 +04:00
switch_ivr_play_say.c FS-11728 [core] add switch_ivr_play_and_collect_input(). This function plays a prompt while looking for DTMF or speech and returns whatever was heard. 2019-07-17 19:58:45 +04:00
switch_utils.c FS-11455 add switch_utils test 2018-12-20 10:19:20 -05:00
switch_vpx.c FS-11895: [build] fix test build 2019-07-26 00:49:14 +04:00
test_switch_core.2017.vcxproj FS-11505: [core] System call with output capture on Linux and Windows without fork. Add switch_core test. 2018-12-20 10:19:27 -05: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