Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
remainder
test
SolverFactory
SolverFactory.cpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Teuchos: Common Tools Package
4
//
5
// Copyright 2004 NTESS and the Teuchos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#include "
Teuchos_ConfigDefs.hpp
"
11
#include "
Teuchos_UnitTestHarness.hpp
"
12
13
namespace
{
// (anonymous)
14
15
// For now, stub unit test.
16
// This will change once we add SolverFactory.
17
TEUCHOS_UNIT_TEST
( SolverFactory, Test0 )
18
{
19
using
std::endl;
20
21
out <<
"SolverFactory Test0"
<< endl;
22
success =
true
;
23
}
24
}
// (anonymous)
25
Teuchos_ConfigDefs.hpp
Teuchos header file which uses auto-configuration information to include necessary C++ headers...
TEUCHOS_UNIT_TEST
#define TEUCHOS_UNIT_TEST(TEST_GROUP, TEST_NAME)
Macro for defining a (non-templated) unit test.
Definition:
Teuchos_UnitTestHelpers.hpp:51
Teuchos_UnitTestHarness.hpp
Unit testing support.
Generated on Thu Nov 21 2024 09:21:38 for Teuchos Package Browser (Single Doxygen Collection) by
1.8.5