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