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

Function runUnityTests

test/test_reference/test_reference.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135int runUnityTests(void) {
136 UNITY_BEGIN();
137 RUN_TEST(test_reticulum_reference);
138 RUN_TEST(test_destination_entry_reference);
139 return UNITY_END();
140}
141
142// For native dev-platform or for some embedded frameworks
143int main(void) {

Callers 3

mainFunction · 0.70
setupFunction · 0.70
app_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected