https://mooseframework.inl.gov
Functions
main.C File Reference

Go to the source code of this file.

Functions

GTEST_API_ int main (int argc, char **argv)
 

Function Documentation

◆ main()

GTEST_API_ int main ( int  argc,
char **  argv 
)

Definition at line 23 of file main.C.

24 {
25  // gtest removes (only) its args from argc and argv - so this must be before moose init
26  testing::InitGoogleTest(&argc, argv);
27 
28  MooseInit init(argc, argv);
29  registerApp(ChemicalReactionsApp);
32 
33  return RUN_ALL_TESTS();
34 }
void init(triangulateio &t)
bool _throw_on_warning
bool _throw_on_error