Lines Matching defs:test_suite
42 extern struct test_suite *arch_tests[];
44 static struct test_suite *arch_tests[] = {
49 static struct test_suite *generic_tests[] = {
129 static struct test_suite **tests[] = {
143 static int num_subtests(const struct test_suite *t)
157 static bool has_subtests(const struct test_suite *t)
162 static const char *skip_reason(const struct test_suite *t, int subtest)
170 static const char *test_description(const struct test_suite *t, int subtest)
178 static test_fnptr test_function(const struct test_suite *t, int subtest)
210 static int run_test(struct test_suite *test, int subtest)
266 static int test_and_print(struct test_suite *t, int subtest)
306 static int shell_test__run(struct test_suite *test, int subdir __maybe_unused)
342 struct test_suite test_suite = {
349 if (test_suite.desc == NULL ||
350 !perf_test__matches(test_suite.desc, curr, argc, argv))
354 pr_info("%3d: %-*s:", i, width, test_suite.desc);
361 test_and_print(&test_suite, 0);
368 struct test_suite *t;
459 struct test_suite t = {
474 struct test_suite *t;