From: Seven Du Date: Mon, 1 Oct 2018 03:06:34 +0000 (+0800) Subject: FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined X-Git-Tag: v1.8.3~1^2~1^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e36caa75444c9bdbaa4aafb8bd6c87db2ffe1270;p=thirdparty%2Ffreeswitch.git FS-11416 fix build error FCT_FIXTURE_SUITE_BGN undefined --- diff --git a/src/include/test/switch_test.h b/src/include/test/switch_test.h index 268f779e3c..85ad2ae91e 100644 --- a/src/include/test/switch_test.h +++ b/src/include/test/switch_test.h @@ -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. * @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; \ FCT_FIXTURE_SUITE_BGN(suite)