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
labs
lab-04
tests
gtest_main.cc
Generated on Thu Jun 23 2022 07:19:45 for The finite element method using deal.II - 2021/2022 by
1.8.17