For Arduino framework
| 327 | #ifdef ARDUINO |
| 328 | // For Arduino framework |
| 329 | void setup() { |
| 330 | // Wait ~2 seconds before the Unity test runner |
| 331 | // establishes connection with a board Serial interface |
| 332 | delay(2000); |
| 333 | |
| 334 | runUnityTests(); |
| 335 | } |
| 336 | void loop() {} |
| 337 | #endif |
| 338 |
nothing calls this directly
no test coverage detected