test_grid_map_loader.cpp
Go to the documentation of this file.
1 
2 #include <gtest/gtest.h>
3 
4 using ::testing::InitGoogleTest;
5 
6 int main(int argc, char** argv) {
7  InitGoogleTest(&argc, argv);
8 
9  return RUN_ALL_TESTS();
10 }
int main(int argc, char **argv)


grid_map_loader
Author(s): Péter Fankhauser
autogenerated on Tue Jun 1 2021 02:13:41