Home
last modified time | relevance | path

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

/openbmc/u-boot/include/test/
H A Dut.h24 void ut_fail(struct unit_test_state *uts, const char *fname, int line,
45 ut_fail(uts, __FILE__, __LINE__, __func__, #cond); \
/openbmc/u-boot/test/
H A Dut.c14 void ut_fail(struct unit_test_state *uts, const char *fname, int line, in ut_fail() function