Bridge++
Ver. 1.2.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
test.h
Go to the documentation of this file.
1
14
#ifndef TEST_INCLUDED
15
#define TEST_INCLUDED
16
17
#define EXIT_SKIP -1
18
19
#include "
parameters_factory.h
"
20
#include "
parameterManager_YAML.h
"
21
#include "
threadManager_OpenMP.h
"
22
23
#include "
timer.h
"
24
25
#include "
bridgeIO.h
"
26
using
Bridge::vout
;
27
28
#ifdef USE_TESTMANAGER_AUTOREGISTER
29
#include "
testManager.h
"
30
#endif
31
32
namespace
Test {
33
static
const
int
default_precision
= 11;
34
static
const
int
default_output_precision
= 15;
35
36
// utility routines for verifying test result.
37
// returns 0 if result and expected agree within specified criterion
38
// where the criterion is 10^-precision.
39
40
int
verify
(
const
double
expected,
const
double
result);
41
}
42
#endif
Bridge::vout
BridgeIO vout
Definition:
bridgeIO.cpp:207
threadManager_OpenMP.h
testManager.h
timer.h
Test::default_output_precision
static const int default_output_precision
Definition:
test.h:34
Test::default_precision
static const int default_precision
Definition:
test.h:33
parameterManager_YAML.h
parameters_factory.h
bridgeIO.h
Test::verify
int verify(const double expected, const double result)
Definition:
test.cpp:27
work
sueda-2
code
bridge-code
bridge-1.2.2
src
Tests
test.h
Generated on Fri Jan 30 2015 16:45:58 for Bridge++ by
1.8.5