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

Function main

tests/test-scheduler-priority.cpp:857–860  ·  view source on GitHub ↗

* @brief Main test runner function for priority functionality * * Initializes Google Test framework and runs all priority feature tests. * Called by the test execution environment to start testing process. */

Source from the content-addressed store, hash-verified

855 * Called by the test execution environment to start testing process.
856 */
857int main(int argc, char **argv) {
858 ::testing::InitGoogleTest(&argc, argv);
859 return RUN_ALL_TESTS();
860}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected