For Arduino framework
| 35 | #ifdef ARDUINO |
| 36 | // For Arduino framework |
| 37 | void setup() { |
| 38 | // Wait ~2 seconds before the Unity test runner |
| 39 | // establishes connection with a board Serial interface |
| 40 | delay(2000); |
| 41 | |
| 42 | runUnityTests(); |
| 43 | } |
| 44 | void loop() {} |
| 45 | #endif |
| 46 |
nothing calls this directly
no test coverage detected