
Go to the source code of this file.
Defines | |
| #define | TEST_REL(A, REL, B) |
| Test a relation holds,e.g. TEST_REL(a,>,b);. | |
Definition in file testmacros.h.
| #define TEST_REL | ( | A, | |||
| REL, | |||||
| B | ) |
Value:
TEST_AND_EXPLAIN((A) REL (B), \ "Evaluates to: " << (A) << " "#REL" " << (B))
Definition at line 26 of file testmacros.h.
Referenced by check_vals(), dbcheck(), DEFINE_TESTCASE(), CheckStatsWeight::get_sumpart(), qp_scale1_helper(), test_pack_uint_preserving_sort1(), and test_scalability().