proxygen
gtest_main.cc File Reference
#include <stdio.h>
#include "gtest/gtest.h"

Go to the source code of this file.

Functions

GTEST_API_ int main (int argc, char **argv)
 

Function Documentation

GTEST_API_ int main ( int  argc,
char **  argv 
)

Definition at line 34 of file gtest_main.cc.

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

34  {
35  printf("Running main() from gtest_main.cc\n");
37  return RUN_ALL_TESTS();
38 }
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