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