Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
d
g
i
l
p
s
t
+
Functions
a
g
i
p
s
t
Variables
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
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
main
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 Wed Jun 22 2022 02:07:08