proxygen
TestMain.cpp File Reference

Go to the source code of this file.

Functions

int main (int argc, char **argv) __attribute__((__weak__))
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 27 of file TestMain.cpp.

References folly::init(), testing::InitGoogleTest(), and RUN_ALL_TESTS().

27  {
29  folly::init(&argc, &argv);
30  return RUN_ALL_TESTS();
31 }
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2232
void init(int *argc, char ***argv, bool removeFlags)
Definition: Init.cpp:34
char ** argv
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:5370