tesseract v5.3.3.20231005
googletest-uninitialized-test_.cc File Reference
#include "gtest/gtest.h"

Go to the source code of this file.

Functions

 TEST (DummyTest, Dummy)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 40 of file googletest-uninitialized-test_.cc.

40 {
41 return RUN_ALL_TESTS();
42}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2489

◆ TEST()

TEST ( DummyTest  ,
Dummy   
)

Definition at line 33 of file googletest-uninitialized-test_.cc.

33 {
34 // This test doesn't verify anything. We just need it to create a
35 // realistic stage for testing the behavior of Google Test when
36 // RUN_ALL_TESTS() is called without
37 // testing::InitGoogleTest() being called first.
38}