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

Function runUnityTests

test/test_objects/test_objects.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45int runUnityTests(void) {
46 UNITY_BEGIN();
47 RUN_TEST(testObjects);
48 return UNITY_END();
49}
50
51// For native dev-platform or for some embedded frameworks
52int main(void) {

Callers 3

mainFunction · 0.70
setupFunction · 0.70
app_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected