libsysprof-analyze: add test to dump embedded file contents

This commit is contained in:
Christian Hergert
2023-05-09 12:49:07 -07:00
parent e0e1791b2d
commit d8d787c871
2 changed files with 61 additions and 0 deletions

View File

@ -14,6 +14,7 @@ libsysprof_analyze_testsuite_c_args = [
libsysprof_analyze_testsuite = {
'test-capture-model' : {'skip': true},
'test-list-files' : {'skip': true},
'test-print-file' : {'skip': true},
'test-symbolize' : {'skip': true},
}