Searched defs:TEST_EQ (Results 1 – 2 of 2) sorted by relevance
21 int TEST_EQ(int result, int expected_result, const char* testname) { in TEST_EQ() function
73 #define TEST_EQ(exp, val) TestEq(exp, val, #exp, __FILE__, __LINE__) macro