mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-26 01:41:35 +01:00
support cmock's need to destroy all of its memory at the end of the suite
This commit is contained in:
@@ -71,5 +71,6 @@ int main(void)
|
||||
RUN_TEST(test_TheFirstThingToTest, 21, RUN_TEST_NO_ARGS);
|
||||
RUN_TEST(test_TheSecondThingToTest, 43, RUN_TEST_NO_ARGS);
|
||||
|
||||
CMock_Guts_MemFreeFinal();
|
||||
return (UnityEnd());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user