=======MAIN=====*/
| 56 | |
| 57 | /*=======MAIN=====*/ |
| 58 | int main(void) |
| 59 | { |
| 60 | UnityBegin("testdata/testsample.c"); |
| 61 | RUN_TEST(test_TheFirstThingToTest, 21); |
| 62 | RUN_TEST(test_TheSecondThingToTest, 43); |
| 63 | RUN_TEST(test_TheThirdThingToTest, 53); |
| 64 | RUN_TEST(test_TheFourthThingToTest, 58); |
| 65 | |
| 66 | return (UnityEnd()); |
| 67 | } |
nothing calls this directly
no test coverage detected