=======MAIN=====*/
| 70 | |
| 71 | /*=======MAIN=====*/ |
| 72 | int main(void) |
| 73 | { |
| 74 | UnityBegin("testdata/mocksample.c"); |
| 75 | RUN_TEST(test_TheFirstThingToTest, 21); |
| 76 | RUN_TEST(test_TheSecondThingToTest, 43); |
| 77 | |
| 78 | CMock_Guts_MemFreeFinal(); |
| 79 | return (UnityEnd()); |
| 80 | } |
nothing calls this directly
no test coverage detected