For Arduino framework
| 195 | #ifdef ARDUINO |
| 196 | // For Arduino framework |
| 197 | void setup() { |
| 198 | // Wait ~2 seconds before the Unity test runner |
| 199 | // establishes connection with a board Serial interface |
| 200 | delay(2000); |
| 201 | |
| 202 | runUnityTests(); |
| 203 | } |
| 204 | void loop() {} |
| 205 | #endif |
| 206 |
nothing calls this directly
no test coverage detected