mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add test to analyze address layout
This commit is contained in:
@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user