Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
int 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
86
int main(void) {
Callers
3
main
Function · 0.70
setup
Function · 0.70
app_main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected