Searched refs:check_cond (Results 1 – 1 of 1) sorted by relevance
56 bool check_cond(const bool& cond) { return cond; } in check_cond() function57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; }