freeswitch/tests/unit
Chris Rienzo c796723dd7 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
..
conf FS-11425 add vpx conf to test code 2019-07-17 01:08:25 +04: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-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
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_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-11615 fix compiler warning 2019-01-17 15:38:13 +08: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-11425 update vpx test code to suuport verbose logging 2019-07-17 01:08:44 +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