cost_map_core.cpp
Go to the documentation of this file.
1 
4 /*****************************************************************************
5 ** Includes
6 *****************************************************************************/
7 
8 // gtest
9 #include <gtest/gtest.h>
10 
11 // Run all the tests that were declared with TEST()
12 int main(int argc, char **argv)
13 {
14  testing::InitGoogleTest(&argc, argv);
15  srand((int)time(0));
16  return RUN_ALL_TESTS();
17 }
int main(int argc, char **argv)


cost_map_core
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:03:41