Searched refs:KUNIT_ASSERT_GT_MSG (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/lib/kunit/ |
| D | kunit-example-test.c | 123 KUNIT_ASSERT_GT_MSG(test, sizeof(int), 0, "Your ints are 0-bit?!"); in example_all_expect_macros_test()
|
| /Linux-v6.1/include/kunit/ |
| D | test.h | 1169 KUNIT_ASSERT_GT_MSG(test, left, right, NULL) 1171 #define KUNIT_ASSERT_GT_MSG(test, left, right, fmt, ...) \ macro
|