Searched refs:TT_EXIT_TEST_FUNCTION (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest_macros.h | 35 #ifndef TT_EXIT_TEST_FUNCTION 36 #define TT_EXIT_TEST_FUNCTION TT_STMT_BEGIN goto end; TT_STMT_END macro 61 TT_EXIT_TEST_FUNCTION; \ 86 TT_EXIT_TEST_FUNCTION; \ 106 tt_want_(b, msg, TT_EXIT_TEST_FUNCTION); 151 TT_EXIT_TEST_FUNCTION) 155 "%ld",TT_EXIT_TEST_FUNCTION) 159 (val1_ op val2_),"%lu",TT_EXIT_TEST_FUNCTION) 163 (val1_ op val2_),"%p",TT_EXIT_TEST_FUNCTION) 167 (strcmp(val1_,val2_) op 0),"<%s>",TT_EXIT_TEST_FUNCTION)
|
Completed in 3 milliseconds