gtest_main.cpp
Go to the documentation of this file.
00001 /*
00002  * gtest_main.cpp
00003  *
00004  *  Created on: Apr 6, 2012
00005  *      Author: tkruse
00006  */
00007 
00008 #include <iostream>
00009 
00010 #include <gtest/gtest.h>
00011 
00012 int main(int argc, char **argv) {
00013   std::cout << "Running main() from gtest_main.cc\n";
00014 
00015   testing::InitGoogleTest(&argc, argv);
00016   return RUN_ALL_TESTS();
00017 }
00018 


base_local_planner
Author(s): Eitan Marder-Eppstein, Eric Perko
autogenerated on Mon Oct 6 2014 02:45:34