Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
SolverFactory.cpp
Go to the documentation of this file.
1 #include "Teuchos_ConfigDefs.hpp"
3 
4 namespace { // (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...
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
Unit testing support.