For Arduino framework
| 147 | #ifdef ARDUINO |
| 148 | // For Arduino framework |
| 149 | void setup() { |
| 150 | // Wait ~2 seconds before the Unity test runner |
| 151 | // establishes connection with a board Serial interface |
| 152 | delay(2000); |
| 153 | |
| 154 | runUnityTests(); |
| 155 | } |
| 156 | void loop() {} |
| 157 | #endif |
| 158 |
nothing calls this directly
no test coverage detected