The finite element method using deal.II - 2021/2022
gtest_main.cc
Go to the documentation of this file.
1 #include <gtest/gtest.h>
2 
3 int
4 main(int argc, char *argv[])
5 {
6  testing::InitGoogleTest(&argc, argv);
7  return RUN_ALL_TESTS();
8 }
main
int main(int argc, char *argv[])
Definition: gtest_main.cc:4