Searched refs:testfail (Results 1 – 1 of 1) sorted by relevance
50 #define TEST(e) ((e) ? (void)0 : testfail(__FILE__, __LINE__, #e))53 testfail(const char *file, unsigned long line, const char *expression) in testfail() function