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 b8a63583566f..6f8b01bc6033 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c | |||
@@ -60,6 +60,10 @@ static struct test { | |||
60 | .func = test__dso_data_cache, | 60 | .func = test__dso_data_cache, |
61 | }, | 61 | }, |
62 | { | 62 | { |
63 | .desc = "Test dso data reopen", | ||
64 | .func = test__dso_data_reopen, | ||
65 | }, | ||
66 | { | ||
63 | .desc = "roundtrip evsel->name check", | 67 | .desc = "roundtrip evsel->name check", |
64 | .func = test__perf_evsel__roundtrip_name_test, | 68 | .func = test__perf_evsel__roundtrip_name_test, |
65 | }, | 69 | }, |