Go to the source code of this file.
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
Definition at line 66 of file gtest_break_on_failure_unittest_.cc.
66 {
67#if GTEST_OS_WINDOWS
68
69
70 SetErrorMode(SEM_NOGPFAULTERRORBOX | SEM_FAILCRITICALERRORS);
71
72# if GTEST_HAS_SEH && !GTEST_OS_WINDOWS_MOBILE
73
74
75
76
77
78
79
80 SetUnhandledExceptionFilter(ExitWithExceptionCode);
81
82# endif
83#endif
85
87}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
GTEST_API_ void InitGoogleTest(int *argc, char **argv)