Searched defs:test_or_suite (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/lib/kunit/ |
| D | attributes.c | 172 static void *attr_speed_get(void *test_or_suite, bool is_test) in attr_speed_get() 183 static void *attr_module_get(void *test_or_suite, bool is_test) in attr_module_get() 225 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level) in kunit_print_attr()
|
| /kernel/linux/linux-6.6/include/kunit/ |
| D | test.h | 489 #define kunit_mark_skipped(test_or_suite, fmt, ...) \ argument 508 #define kunit_skip(test_or_suite, fmt, ...) \ argument 518 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument
|
| /kernel/linux/linux-5.10/lib/kunit/ |
| D | test.c | 64 static void kunit_print_ok_not_ok(void *test_or_suite, in kunit_print_ok_not_ok()
|
| /kernel/linux/linux-5.10/include/kunit/ |
| D | test.h | 589 #define kunit_log(lvl, test_or_suite, fmt, ...) \ argument
|