MCPcopy Create free account
hub / github.com/ThrowTheSwitch/Unity / main

Function main

test/expectdata/testsample_run1.c:58–67  ·  view source on GitHub ↗

=======MAIN=====*/

Source from the content-addressed store, hash-verified

56
57/*=======MAIN=====*/
58int 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}

Callers

nothing calls this directly

Calls 2

UnityBeginFunction · 0.85
UnityEndFunction · 0.85

Tested by

no test coverage detected