Loading test/integration/test_kinetic_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ void setUp(void) KineticLogger_Init(NULL);//"test_kinetic_socket.log"); LogInitialized = true; } TestData = BYTE_ARRAY_INIT_FROM_CSTRING("Some like it hot!") TestData = BYTE_ARRAY_INIT_FROM_CSTRING("Some like it hot!"); } void tearDown(void) Loading test/support/unity_helper.h +3 −3 Original line number Diff line number Diff line Loading @@ -52,17 +52,17 @@ // //... repeat as needed // #define GET_MACRO(_1,_2,_3,_4,_5,NAME,...) NAME // #define FOR_EACH(action,...) \ // #define FOR_EACH(action,...) // GET_MACRO(__VA_ARGS__,FE_5,FE_4,FE_3,FE_2,FE_1)(action,__VA_ARGS__) // #define _APPEND_UNDERSCORE(X) _X // // Helper function // #define _UNDERSCORE(_first,...) \ // #define _UNDERSCORE(_first,...) // _first ## _ ## FOR_EACH(_APPEND_UNDERSCORE,__VA_ARGS__) // /** Macro to define start of a Unity test method */ // // Macro to define start of a Unity test method // #define CONCAT(a,b) a_ ## b // #define void test_desc(void) // { void test_ ## desc ## _CASE(void) {LOG_LOCATION; Loading Loading
test/integration/test_kinetic_socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ void setUp(void) KineticLogger_Init(NULL);//"test_kinetic_socket.log"); LogInitialized = true; } TestData = BYTE_ARRAY_INIT_FROM_CSTRING("Some like it hot!") TestData = BYTE_ARRAY_INIT_FROM_CSTRING("Some like it hot!"); } void tearDown(void) Loading
test/support/unity_helper.h +3 −3 Original line number Diff line number Diff line Loading @@ -52,17 +52,17 @@ // //... repeat as needed // #define GET_MACRO(_1,_2,_3,_4,_5,NAME,...) NAME // #define FOR_EACH(action,...) \ // #define FOR_EACH(action,...) // GET_MACRO(__VA_ARGS__,FE_5,FE_4,FE_3,FE_2,FE_1)(action,__VA_ARGS__) // #define _APPEND_UNDERSCORE(X) _X // // Helper function // #define _UNDERSCORE(_first,...) \ // #define _UNDERSCORE(_first,...) // _first ## _ ## FOR_EACH(_APPEND_UNDERSCORE,__VA_ARGS__) // /** Macro to define start of a Unity test method */ // // Macro to define start of a Unity test method // #define CONCAT(a,b) a_ ## b // #define void test_desc(void) // { void test_ ## desc ## _CASE(void) {LOG_LOCATION; Loading