Go to the source code of this file.
|
GTEST_API_ int | main (int argc, char **argv) |
|
◆ main()
GTEST_API_ int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 24 of file main.C.
27 testing::InitGoogleTest(&argc, argv);
29 MooseInit init(argc, argv);
31 Moose::_throw_on_error =
true;
33 return RUN_ALL_TESTS();