MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / main

Function main

grid_map_loader/test/test_grid_map_loader.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using ::testing::InitGoogleTest;
5
6int main(int argc, char** argv) {
7 InitGoogleTest(&argc, argv);
8
9 return RUN_ALL_TESTS();
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected