int.cpp File Reference
(Revision: 13435)
#include "test/int.hh"
#include <algorithm>
Go to the source code of this file.
Define Documentation
#define CHECK_TEST |
( |
T, |
|
|
M |
|
) |
|
Value:if (opt.log) \
olog << ind(3) << "Check: " << (M) << std::endl; \
if (!(T)) { \
problem = (M); delete s; goto failed; \
}
Check the test result and handle failed test.
Definition at line 365 of file int.cpp.
Value:if (opt.log) { \
olog.str(""); \
olog << ind(2) << "Testing: " << (T) << std::endl; \
} \
test = (T);
Start new test.
Definition at line 373 of file int.cpp.
Function Documentation