Lines Matching refs:test_case
105 struct kunit_case *filtered, *test_case;
108 kunit_suite_for_each_test_case(suite, test_case) {
109 if (!test_glob || glob_match(test_glob, test_case->name))
127 kunit_suite_for_each_test_case(suite, test_case) {
128 if (!test_glob || glob_match(test_glob, test_case->name))
129 filtered[n++] = *test_case;
279 struct kunit_case *test_case;
291 kunit_suite_for_each_test_case((*suites), test_case) {
292 pr_info("%s.%s\n", (*suites)->name, test_case->name);
294 kunit_print_attr((void *)test_case, true, 0);