mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 09:32:34 +00:00
FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined
This commit is contained in:
parent
6dfa124e86
commit
e36caa7544
@ -156,7 +156,7 @@ static void fst_session_park(switch_core_session_t *session)
|
|||||||
* Define the beginning of a test suite not associated with a module.
|
* Define the beginning of a test suite not associated with a module.
|
||||||
* @param suite the name of this test suite
|
* @param suite the name of this test suite
|
||||||
*/
|
*/
|
||||||
#define FST_SUITE_BEGIN(suite) FCT_FIXTURE_SUITE_BGN \
|
#define FST_SUITE_BEGIN(suite) \
|
||||||
const char *fst_test_module = NULL; \
|
const char *fst_test_module = NULL; \
|
||||||
FCT_FIXTURE_SUITE_BGN(suite)
|
FCT_FIXTURE_SUITE_BGN(suite)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user