Home
last modified time | relevance | path

Searched refs:TC_FAIL_LIST_IS_FAILED (Results 1 – 1 of 1) sorted by relevance

/components/utilities/utest/
A Dutest.c66 #define TC_FAIL_LIST_IS_FAILED(index) (tc_fail_list[index / 8] & (1UL << (index % 8))) macro
294 if (TC_FAIL_LIST_IS_FAILED(i)) in utest_do_run()

Completed in 5 milliseconds