Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c150 KUNIT_EXPECT_GT_MSG(test, sizeof(int), 0, "Your ints are 0-bit?!"); in example_all_expect_macros_test()
/openbmc/linux/include/kunit/
H A Dtest.h1001 KUNIT_EXPECT_GT_MSG(test, left, right, NULL)
1003 #define KUNIT_EXPECT_GT_MSG(test, left, right, fmt, ...) \ macro