Searched refs:KUNIT_EXPECT_GT_MSG (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/kunit/ |
| A D | kunit-example-test.c | 150 KUNIT_EXPECT_GT_MSG(test, sizeof(int), 0, "Your ints are 0-bit?!"); in example_all_expect_macros_test()
|
| /linux/include/kunit/ |
| A D | test.h | 1092 KUNIT_EXPECT_GT_MSG(test, left, right, NULL) 1094 #define KUNIT_EXPECT_GT_MSG(test, left, right, fmt, ...) \ macro
|
Completed in 9 milliseconds