Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_list_sort.c33 KUNIT_EXPECT_LT_MSG(test, ela->serial, (unsigned int)TEST_LIST_LEN, "incorrect serial"); in check()
34 KUNIT_EXPECT_LT_MSG(test, elb->serial, (unsigned int)TEST_LIST_LEN, "incorrect serial"); in check()
/openbmc/linux/include/kunit/
H A Dtest.h959 KUNIT_EXPECT_LT_MSG(test, left, right, NULL)
961 #define KUNIT_EXPECT_LT_MSG(test, left, right, fmt, ...) \ macro