proxygen
gtest-death-test_ex_test.cc File Reference
#include "gtest/gtest-death-test.h"
#include "gtest/gtest.h"

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

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

References GTEST_FLAG, testing::InitGoogleTest(), and RUN_ALL_TESTS().

89  {
91  testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
92  return RUN_ALL_TESTS();
93 }
#define GTEST_FLAG(name)
Definition: gtest-port.h:2504
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2232
char ** argv
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:5370