freeswitch/tests/unit
Andrey Volk 97f42d429f 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
..
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 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-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 FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05: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-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05:00
switch_hash.c FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05:00
switch_ivr_originate.c FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05: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