summaryrefslogtreecommitdiff
path: root/tools/perf/tests/bp_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/bp_account.c')
-rw-r--r--tools/perf/tests/bp_account.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/perf/tests/bp_account.c b/tools/perf/tests/bp_account.c
index 365120146d17..e4f7b635ffef 100644
--- a/tools/perf/tests/bp_account.c
+++ b/tools/perf/tests/bp_account.c
@@ -205,8 +205,13 @@ static bool test__bp_account_is_supported(void)
#endif
}
+static struct test_case bp_accounting_tests[] = {
+ TEST_CASE("Breakpoint accounting", bp_accounting),
+ { .name = NULL, }
+};
+
struct test_suite suite__bp_accounting = {
.desc = "Breakpoint accounting",
- .func = test__bp_accounting,
+ .test_cases = bp_accounting_tests,
.is_supported = test__bp_account_is_supported,
};