tests: move tests to appropriate libraries

This commit is contained in:
Christian Hergert
2023-07-20 16:11:25 -07:00
parent b8f39ef20a
commit ff40f7d37d
8 changed files with 11 additions and 5 deletions

View File

@ -24,8 +24,8 @@
#include <glib/gi18n.h>
#include <locale.h>
#include <stddef.h>
#include <rax.h>
#include <sysprof.h>
#include <sysprof-capture.h>
typedef struct
{

View File

@ -23,8 +23,8 @@
#include <errno.h>
#include <glib.h>
#include <stddef.h>
#include <rax.h>
#include <sysprof.h>
#include <sysprof-capture.h>
typedef struct
{

View File

@ -15,8 +15,13 @@ libsysprof_capture_testsuite_c_args = [
]
libsysprof_capture_testsuite = {
'test-mapped-ring-buffer' : {},
'allocs-by-size' : {'skip': true},
'cross-thread-frees' : {'skip': true},
'find-temp-allocs' : {'skip': true},
'rewrite-pid' : {'skip': true},
'test-capture' : {},
'test-capture-cursor' : {},
'test-mapped-ring-buffer' : {},
}
libsysprof_capture_testsuite_deps = [

View File

@ -11,6 +11,7 @@ libsysprof_testsuite_c_args = [
]
libsysprof_testsuite = {
'read-build-id' : {'skip': true},
'test-callgraph' : {'skip': true},
'test-capture-model' : {'skip': true},
'test-elf-loader' : {'skip': true},