For Arduino framework
| 127 | #ifdef ARDUINO |
| 128 | // For Arduino framework |
| 129 | void 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 | } |
| 136 | void loop() {} |
| 137 | #endif |
| 138 |
nothing calls this directly
no test coverage detected