Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gtest_catch_exceptions_test_.cc File Reference
#include "gtest/gtest.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for gtest_catch_exceptions_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 305 of file gtest_catch_exceptions_test_.cc.

305 {
306#if GTEST_HAS_EXCEPTIONS
307 std::set_terminate(&TerminateHandler);
308#endif
310 return RUN_ALL_TESTS();
311}
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: