perf tests: Add is_printable_array test
Add automated test for is_printable_array function. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Pirko <jiri@mellanox.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1468685480-18951-4-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:

committed by
Arnaldo Carvalho de Melo

parent
accaed2659
commit
988dd774dc
@@ -221,6 +221,10 @@ static struct test generic_tests[] = {
|
||||
.desc = "Test SDT event probing",
|
||||
.func = test__sdt_event,
|
||||
},
|
||||
{
|
||||
.desc = "Test is_printable_array function",
|
||||
.func = test__is_printable_array,
|
||||
},
|
||||
{
|
||||
.func = NULL,
|
||||
},
|
||||
|
Reference in New Issue
Block a user