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