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

Function main

tests/test-scheduler-basic.cpp:441–444  ·  view source on GitHub ↗

* @brief Main test runner function * * Initializes Google Test framework and runs all registered test cases. * Called by the test execution environment to start the testing process. * Returns 0 for success, non-zero for test failures. * * @param argc Command line argument count * @param argv Command line argument values * @return Test execution status (0 = success) */

Source from the content-addressed store, hash-verified

439 * @return Test execution status (0 = success)
440 */
441int main(int argc, char **argv) {
442 ::testing::InitGoogleTest(&argc, argv);
443 return RUN_ALL_TESTS();
444}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected