MCPcopy Create free account
hub / github.com/attermann/microReticulum / runUnityTests

Function runUnityTests

test/test_allocator/test_allocator.cpp:109–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109int runUnityTests(void) {
110 UNITY_BEGIN();
111
112 // Suite-level setup
113
114 // Run tests
115 RUN_TEST(test_map_allocator);
116
117 // Suite-level teardown
118
119 return UNITY_END();
120}
121
122// For native dev-platform or for some embedded frameworks
123int main(void) {

Callers 3

mainFunction · 0.70
setupFunction · 0.70
app_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected