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

Function main

grid_map_visualization/test/test_grid_map_visualization.cpp:13–18  ·  view source on GitHub ↗

Run all the tests that were declared with TEST()

Source from the content-addressed store, hash-verified

11
12// Run all the tests that were declared with TEST()
13int main(int argc, char **argv)
14{
15 testing::InitGoogleTest(&argc, argv);
16 srand((int)time(0));
17 return RUN_ALL_TESTS();
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected