mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: janitorial cleanup
This commit is contained in:
@ -12,7 +12,8 @@ libsysprof_gtk_testsuite_c_args = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
libsysprof_gtk_testsuite = {
|
libsysprof_gtk_testsuite = {
|
||||||
'test-callgraph' : {'skip': true},
|
'test-callgraph' : {'skip': true},
|
||||||
|
'test-charts' : {'skip': true},
|
||||||
'test-mark-chart' : {'skip': true},
|
'test-mark-chart' : {'skip': true},
|
||||||
'test-mark-table' : {'skip': true},
|
'test-mark-table' : {'skip': true},
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/* test-callgraph.c
|
/* test-mark-chart.c
|
||||||
*
|
*
|
||||||
* Copyright 2023 Christian Hergert <chergert@redhat.com>
|
* Copyright 2023 Christian Hergert <chergert@redhat.com>
|
||||||
*
|
*
|
||||||
@ -35,7 +35,7 @@ int
|
|||||||
main (int argc,
|
main (int argc,
|
||||||
char *argv[])
|
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(SysprofDocumentLoader) loader = NULL;
|
||||||
g_autoptr(SysprofDocument) document = NULL;
|
g_autoptr(SysprofDocument) document = NULL;
|
||||||
g_autoptr(SysprofSession) session = NULL;
|
g_autoptr(SysprofSession) session = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user