base_local_planner
test
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
iostream
std::cout
main
int main(int argc, char **argv)
Definition:
gtest_main.cpp:12
Generated on Mon Feb 24 2025 04:34:28 for base_local_planner by
1.8.17