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

Function runUnityTests

test/test_example/test_example.cpp:17–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17int runUnityTests(void) {
18 UNITY_BEGIN();
19
20 // Suite-level setup
21
22 // Run tests
23 RUN_TEST(testExample);
24
25 // Suite-level teardown
26
27 return UNITY_END();
28}
29
30// For native dev-platform or for some embedded frameworks
31int main(void) {

Callers 3

mainFunction · 0.70
setupFunction · 0.70
app_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected