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