forked from Mirrors/freeswitch
0c8f5ed60d
move all core unit tests to tests/unit
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
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
|
|
|
|
|