mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
@ -11,9 +11,11 @@ sysprof_live_unwinder_testsuite_c_args = [
|
|||||||
'-DBUILDDIR="@0@"'.format(meson.current_build_dir()),
|
'-DBUILDDIR="@0@"'.format(meson.current_build_dir()),
|
||||||
]
|
]
|
||||||
|
|
||||||
sysprof_live_unwinder_testsuite = {
|
sysprof_live_unwinder_testsuite = {}
|
||||||
'test-live-unwinder' : {'skip': true},
|
|
||||||
}
|
if host_machine.cpu_family() in ['x86', 'x86_64']
|
||||||
|
sysprof_live_unwinder_testsuite += {'test-live-unwinder' : {'skip': true}}
|
||||||
|
endif
|
||||||
|
|
||||||
sysprof_live_unwinder_testsuite_deps = [
|
sysprof_live_unwinder_testsuite_deps = [
|
||||||
libsysprof_static_dep,
|
libsysprof_static_dep,
|
||||||
|
|||||||
Reference in New Issue
Block a user