libsysprof-analyze: add test to analyze address layout

This commit is contained in:
Christian Hergert
2023-05-15 15:26:27 -07:00
parent b786edd848
commit 287c7feca2
2 changed files with 87 additions and 6 deletions

View File

@ -12,12 +12,13 @@ libsysprof_analyze_testsuite_c_args = [
]
libsysprof_analyze_testsuite = {
'test-capture-model' : {'skip': true},
'test-list-files' : {'skip': true},
'test-print-file' : {'skip': true},
'test-list-processes' : {'skip': true},
'test-symbolize' : {'skip': true},
'test-symbol-cache' : {},
'test-capture-model' : {'skip': true},
'test-list-files' : {'skip': true},
'test-print-file' : {'skip': true},
'test-list-processes' : {'skip': true},
'test-list-address-layout' : {'skip': true},
'test-symbolize' : {'skip': true},
'test-symbol-cache' : {},
}
libsysprof_analyze_testsuite_deps = [