For Arduino framework
| 713 | #ifdef ARDUINO |
| 714 | // For Arduino framework |
| 715 | void setup() { |
| 716 | // Wait ~2 seconds before the Unity test runner |
| 717 | // establishes connection with a board Serial interface |
| 718 | delay(2000); |
| 719 | |
| 720 | runUnityTests(); |
| 721 | } |
| 722 | void loop() {} |
| 723 | #endif |
| 724 |
nothing calls this directly
no test coverage detected