1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 18:01:35 +01:00

support cmock's need to destroy all of its memory at the end of the suite

This commit is contained in:
Mark VanderVoord
2014-05-21 19:29:44 -04:00
parent 124bfd8027
commit 1cf02f8bf3
9 changed files with 16 additions and 7 deletions

View File

@@ -83,5 +83,6 @@ int main(void)
RUN_TEST(test_TheFirstThingToTest, 21);
RUN_TEST(test_TheSecondThingToTest, 43);
CMock_Guts_MemFreeFinal();
return suite_teardown(UnityEnd());
}