Searched refs:KUNIT_ASSERT_GT_MSG (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/kunit/
H A Dkunit-example-test.c151 KUNIT_ASSERT_GT_MSG(test, sizeof(int), 0, "Your ints are 0-bit?!");
/linux-master/include/kunit/
H A Dtest.h1372 KUNIT_ASSERT_GT_MSG(test, left, right, NULL)
1374 #define KUNIT_ASSERT_GT_MSG(test, left, right, fmt, ...) \ macro

Completed in 203 milliseconds