Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
SolverFactory.cpp
Go to the documentation of this file.
3
4namespace { // (anonymous)
5
6 // For now, stub unit test.
7 // This will change once we add SolverFactory.
8 TEUCHOS_UNIT_TEST( SolverFactory, Test0 )
9 {
10 using std::endl;
11
12 out << "SolverFactory Test0" << endl;
13 success = true;
14 }
15} // (anonymous)
16
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Unit testing support.
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.