diff options
Diffstat (limited to 'tools/perf/tests/builtin-test.c')
-rw-r--r-- | tools/perf/tests/builtin-test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c index 186f67535494..479d10484a74 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c | |||
@@ -69,6 +69,10 @@ static struct test { | |||
69 | .func = test__attr, | 69 | .func = test__attr, |
70 | }, | 70 | }, |
71 | { | 71 | { |
72 | .desc = "Test matching and linking mutliple hists", | ||
73 | .func = test__hists_link, | ||
74 | }, | ||
75 | { | ||
72 | .func = NULL, | 76 | .func = NULL, |
73 | }, | 77 | }, |
74 | }; | 78 | }; |