libsysprof-capture: add rewrite-pid to capture tests

This commit is contained in:
Christian Hergert
2023-07-17 12:24:44 -07:00
parent 4a6a0f9948
commit f8890fb040
2 changed files with 131 additions and 1 deletions

View File

@ -16,10 +16,11 @@ libsysprof_capture_testsuite_c_args = [
libsysprof_capture_testsuite = {
'test-mapped-ring-buffer' : {},
'rewrite-pid' : {'skip': true},
}
libsysprof_capture_testsuite_deps = [
dependency('glib-2.0'),
dependency('gio-2.0'),
libsysprof_capture_dep,
]