The finite element method using deal.II - 2021/2022
gtest_main.cc File Reference
#include <gtest/gtest.h>
Include dependency graph for gtest_main.cc:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 4 of file gtest_main.cc.

5 {
6  testing::InitGoogleTest(&argc, argv);
7  return RUN_ALL_TESTS();
8 }