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 479d10484a7..a164e4cd5f4 100644 --- a/tools/perf/tests/builtin-test.c +++ b/tools/perf/tests/builtin-test.c @@ -73,6 +73,10 @@ static struct test {  		.func = test__hists_link,  	},  	{ +		.desc = "Try 'use perf' in python, checking link problems", +		.func = test__python_use, +	}, +	{  		.func = NULL,  	},  };  |