gtest_main.cpp
Go to the documentation of this file.
1 /*
2  * gtest_main.cpp
3  *
4  * Created on: Apr 6, 2012
5  * Author: tkruse
6  */
7 
8 #include <iostream>
9 
10 #include <gtest/gtest.h>
11 
12 int main(int argc, char **argv) {
13  std::cout << "Running main() from gtest_main.cc\n";
14 
15  testing::InitGoogleTest(&argc, argv);
16  return RUN_ALL_TESTS();
17 }
18 
int main(int argc, char **argv)
Definition: gtest_main.cpp:12


base_local_planner
Author(s): Eitan Marder-Eppstein, Eric Perko, contradict@gmail.com
autogenerated on Thu Jan 21 2021 04:05:49