MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / main

Function main

rtpose_wrapper/src/gtest/gtest_main.cc:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#include "gtest/gtest.h"
33
34GTEST_API_ int main(int argc, char **argv) {
35 std::cout << "Running main() from gtest_main.cc\n";
36
37 testing::InitGoogleTest(&argc, argv);
38 return RUN_ALL_TESTS();
39}

Callers

nothing calls this directly

Calls 1

InitGoogleTestFunction · 0.85

Tested by

no test coverage detected