Home
last modified time | relevance | path

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

/linux/include/kunit/
H A Dtest.h1374 KUNIT_ASSERT_TRUE_MSG(test, condition, NULL)
1376 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ macro
/linux/lib/tests/
H A Dstackinit_kunit.c238 KUNIT_ASSERT_TRUE_MSG(test, \
H A Dstring_kunit.c457 KUNIT_ASSERT_TRUE_MSG(test, src != NULL, in strscpy_check()