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

Function setup

test/test_allocator/test_allocator.cpp:129–135  ·  view source on GitHub ↗

For Arduino framework

Source from the content-addressed store, hash-verified

127#ifdef ARDUINO
128// For Arduino framework
129void setup() {
130 // Wait ~2 seconds before the Unity test runner
131 // establishes connection with a board Serial interface
132 delay(2000);
133
134 runUnityTests();
135}
136void loop() {}
137#endif
138

Callers

nothing calls this directly

Calls 1

runUnityTestsFunction · 0.70

Tested by

no test coverage detected