Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gtest_main.cc File Reference
#include <stdio.h>
#include "gtest/gtest.h"
Include dependency graph for gtest_main.cc:

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

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

Definition at line 34 of file gtest_main.cc.

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:2328
char ** argv
LOGGING_API void printf(Category category, const char *format,...)
Definition Logging.cpp:30
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition gtest.cc:5787
Here is the call graph for this function: