libsysprof-gtk: janitorial cleanup

This commit is contained in:
Christian Hergert
2023-06-20 11:09:02 -07:00
parent d7e889ebc8
commit 92d3d5901d
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,8 @@ libsysprof_gtk_testsuite_c_args = [
]
libsysprof_gtk_testsuite = {
'test-callgraph' : {'skip': true},
'test-callgraph' : {'skip': true},
'test-charts' : {'skip': true},
'test-mark-chart' : {'skip': true},
'test-mark-table' : {'skip': true},
}

View File

@ -1,4 +1,4 @@
/* test-callgraph.c
/* test-mark-chart.c
*
* Copyright 2023 Christian Hergert <chergert@redhat.com>
*
@ -35,7 +35,7 @@ int
main (int argc,
char *argv[])
{
g_autoptr(GOptionContext) context = g_option_context_new ("- show a callgraph");
g_autoptr(GOptionContext) context = g_option_context_new ("- test the mark chart");
g_autoptr(SysprofDocumentLoader) loader = NULL;
g_autoptr(SysprofDocument) document = NULL;
g_autoptr(SysprofSession) session = NULL;