|
libMesh
|
Go to the source code of this file.
Classes | |
| class | TestShim |
Functions | |
| int | add_matching_tests_to_runner (CppUnit::Test *test, const std::string &allow_r_str, const std::regex &allow_r, const std::string &deny_r_str, const std::regex &deny_r, CppUnit::TextUi::TestRunner &runner) |
| int | main (int argc, char **argv) |
Variables | |
| static constexpr int | added_whole_suite = -12345 |
| libMesh::Parallel::Communicator * | TestCommWorld |
| libMesh::PerfLog * | unitlog |
| int add_matching_tests_to_runner | ( | CppUnit::Test * | test, |
| const std::string & | allow_r_str, | ||
| const std::regex & | allow_r, | ||
| const std::string & | deny_r_str, | ||
| const std::regex & | deny_r, | ||
| CppUnit::TextUi::TestRunner & | runner | ||
| ) |
Definition at line 63 of file driver.C.
References add_matching_tests_to_runner(), added_whole_suite, and libMesh::out.
Referenced by add_matching_tests_to_runner(), and main().
Definition at line 108 of file driver.C.
References add_matching_tests_to_runner(), added_whole_suite, libMesh::PerfLog::clear(), libMesh::command_line_next(), libMesh::PerfLog::enable_summarized_logs(), main(), libMesh::on_command_line(), libMesh::out, libMesh::BasicOStreamProxy< charT, traits >::reset(), TestCommWorld, and unitlog.
|
staticconstexpr |
Definition at line 60 of file driver.C.
Referenced by add_matching_tests_to_runner(), and main().
| libMesh::Parallel::Communicator* TestCommWorld |
| libMesh::PerfLog* unitlog |
Definition at line 220 of file driver.C.
Referenced by DistributedVectorTest::DistributedVectorTest(), EigenSparseMatrixTest::EigenSparseMatrixTest(), EigenSparseVectorTest::EigenSparseVectorTest(), EpetraVectorTest::EpetraVectorTest(), LaspackMatrixTest::LaspackMatrixTest(), LaspackVectorTest::LaspackVectorTest(), main(), PetscMatrixTest::PetscMatrixTest(), PetscVectorTest::PetscVectorTest(), and RealVectorValueTest::RealVectorValueTest().