aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/builtin-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/builtin-test.c')
-rw-r--r--tools/perf/tests/builtin-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c
index 38bf109ce106..625f5a6772af 100644
--- a/tools/perf/tests/builtin-test.c
+++ b/tools/perf/tests/builtin-test.c
@@ -275,6 +275,10 @@ static struct test generic_tests[] = {
275 .func = test__unit_number__scnprint, 275 .func = test__unit_number__scnprint,
276 }, 276 },
277 { 277 {
278 .desc = "mem2node",
279 .func = test__mem2node,
280 },
281 {
278 .func = NULL, 282 .func = NULL,
279 }, 283 },
280}; 284};