freeswitch/tests/unit
Seven Du d76cac15fc FS-11615 fix compiler warning 2019-01-17 15:38:13 +08:00
..
conf 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
.gitignore
Makefile.am 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
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_utils.c FS-11455 add switch_utils test 2018-12-20 10:19:20 -05: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