11 #include "Teuchos_UnitTestRepository.hpp"
12 #include "Teuchos_GlobalMPISession.hpp"
13 #include "Teuchos_CommandLineProcessor.hpp"
31 int main(
int argc,
char* argv[] )
33 Teuchos::GlobalMPISession mpiSession(&argc, &argv);
36 Teuchos::CommandLineProcessor& CLP = Teuchos::UnitTestRepository::getCLP();
38 CLP.setOption(
"method", &
method_name,
"Stepper method");
40 return Teuchos::UnitTestRepository::runUnitTestsFromMain(argc, argv);