Lines Matching defs:suite
100 /* Create a copy of suite with only tests that match test_glob. */
102 kunit_filter_glob_tests(const struct kunit_suite *const suite, const char *test_glob)
108 kunit_suite_for_each_test_case(suite, test_case) {
116 copy = kmemdup(suite, sizeof(*copy), GFP_KERNEL);
127 kunit_suite_for_each_test_case(suite, test_case) {
211 /* Free previous copy of suite */
285 /* Print suite name and suite attributes */
290 /* Print test case name and attributes in suite */
347 if (filter_glob_param || filter_param) { /* a copy was made of each suite */