* @brief Main test runner function for blink example tests */
| 852 | * @brief Main test runner function for blink example tests |
| 853 | */ |
| 854 | int main(int argc, char **argv) { |
| 855 | ::testing::InitGoogleTest(&argc, argv); |
| 856 | return RUN_ALL_TESTS(); |
| 857 | } |
nothing calls this directly
no outgoing calls
no test coverage detected