freeswitch/tests/unit
Chris Rienzo 0c8f5ed60d FS-11453 [core] remove dependency to libtap for unit tests
move all core unit tests to tests/unit
2018-12-20 10:18:28 -05:00
..
conf FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -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
README FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -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
unit.mk FS-11453 [core] remove dependency to libtap for unit tests 2018-12-20 10:18:28 -05:00

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