Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
m
n
o
r
s
t
z
+
Functions
c
d
f
g
m
o
r
s
+
Variables
a
b
c
d
e
h
i
m
n
o
r
s
t
z
+
Files
File List
+
File Members
All
Functions
Variables
Macros
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_F()
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
omron_os32c_driver
Author(s): Kareem Shehata
autogenerated on Mon Feb 28 2022 22:59:44