uTL
micro Template library
main.cpp
Go to the documentation of this file.
1
21
#include <
gtest/gtest.h
>
22
23
GTEST_API_
int
main
(
int
argc,
char
**argv) {
24
testing::InitGoogleTest
(&argc, argv);
25
return
RUN_ALL_TESTS
();
26
}
27
28
29
gtest.h
GTEST_API_
#define GTEST_API_
Definition:
gtest.h:998
testing::InitGoogleTest
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
RUN_ALL_TESTS
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition:
gtest.h:17097
main
GTEST_API_ int main(int argc, char **argv)
Definition:
main.cpp:23
test
main.cpp
Generated by
1.8.14