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

Function runUnityTests

test/test_general/test_general.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int runUnityTests(void) {
79 UNITY_BEGIN();
80 RUN_TEST(testTime);
81 RUN_TEST(testConvert);
82 return UNITY_END();
83}
84
85// For native dev-platform or for some embedded frameworks
86int main(void) {

Callers 3

mainFunction · 0.70
setupFunction · 0.70
app_mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected