Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/kunit/
A Dkunit-example-test.c131 KUNIT_ASSERT_GT_MSG(test, sizeof(int), 0, "Your ints are 0-bit?!"); in example_all_expect_macros_test()
/linux-6.3-rc2/include/kunit/
A Dtest.h1263 KUNIT_ASSERT_GT_MSG(test, left, right, NULL)
1265 #define KUNIT_ASSERT_GT_MSG(test, left, right, fmt, ...) \ macro

Completed in 7 milliseconds