Main Page
Namespaces
Namespace List
Namespace Members
All
c
g
h
l
m
o
p
q
r
Functions
c
g
m
p
r
Typedefs
Classes
Class List
Class Members
All
Functions
Variables
Files
File List
File Members
All
Functions
Macros
src
test
test_main.cpp
Go to the documentation of this file.
1
#include <gtest/gtest.h>
2
3
// Run all the tests that were declared with TEST()
4
int
main
(
int
argc,
char
** argv)
5
{
6
testing::InitGoogleTest(&argc, argv);
7
return
RUN_ALL_TESTS();
8
}
main
int main(int argc, char **argv)
Definition:
test_main.cpp:4
mrpt_bridge
Author(s): Markus Bader
, Raphael Zack
autogenerated on Sun Mar 6 2022 03:48:10