Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dtest.h1139 KUNIT_EXPECT_LE_MSG(test, left, right, NULL)
1141 #define KUNIT_EXPECT_LE_MSG(test, left, right, fmt, ...) \ macro
/linux/lib/tests/
H A Dstring_kunit.c467 KUNIT_EXPECT_LE_MSG(test, expected, max_expected, in strscpy_check()