Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gtest-death-test_ex_test.cc File Reference
Include dependency graph for gtest-death-test_ex_test.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 89 of file gtest-death-test_ex_test.cc.

89 {
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
92 return RUN_ALL_TESTS();
93}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition gtest.h:2328
char ** argv
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition gtest.cc:5787
Here is the call graph for this function: