tesseract v5.3.3.20231005
gtest_main.cc File Reference
#include <cstdio>
#include "gtest/gtest.h"

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 49 of file gtest_main.cc.

49 {
50 printf("Running main() from %s\n", __FILE__);
51 testing::InitGoogleTest(&argc, argv);
52 return RUN_ALL_TESTS();
53}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2489
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:6660