MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / main

Function main

tests/test-scheduler-blink-example.cpp:854–857  ·  view source on GitHub ↗

* @brief Main test runner function for blink example tests */

Source from the content-addressed store, hash-verified

852 * @brief Main test runner function for blink example tests
853 */
854int main(int argc, char **argv) {
855 ::testing::InitGoogleTest(&argc, argv);
856 return RUN_ALL_TESTS();
857}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected