(Revision: 14357)
#include "test/float.hh"
#include <algorithm>
#include <iomanip>
Go to the source code of this file.
#define CHECK_TEST |
( |
|
T, |
|
|
|
M |
|
) |
| |
Value:
olog << ind(3) <<
"Check: " << (M) << std::endl; \
if (!(T)) { \
problem = (M); delete s; goto failed; \
}
bool log
Whether to log the tests.
std::ostringstream olog
Stream used for logging.
Check the test result and handle failed test.
Definition at line 437 of file float.cpp.
Value:
olog << ind(2) <<
"Testing: " << (T) << std::endl; \
} \
test = (T);
bool log
Whether to log the tests.
std::ostringstream olog
Stream used for logging.
Start new test.
Definition at line 445 of file float.cpp.