mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
tests: move tests to appropriate libraries
This commit is contained in:
@ -24,8 +24,8 @@
|
|||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <rax.h>
|
|
||||||
#include <sysprof.h>
|
#include <sysprof-capture.h>
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
@ -23,8 +23,8 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <rax.h>
|
|
||||||
#include <sysprof.h>
|
#include <sysprof-capture.h>
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
@ -15,8 +15,13 @@ libsysprof_capture_testsuite_c_args = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
libsysprof_capture_testsuite = {
|
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},
|
'rewrite-pid' : {'skip': true},
|
||||||
|
'test-capture' : {},
|
||||||
|
'test-capture-cursor' : {},
|
||||||
|
'test-mapped-ring-buffer' : {},
|
||||||
}
|
}
|
||||||
|
|
||||||
libsysprof_capture_testsuite_deps = [
|
libsysprof_capture_testsuite_deps = [
|
||||||
|
|||||||
@ -11,6 +11,7 @@ libsysprof_testsuite_c_args = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
libsysprof_testsuite = {
|
libsysprof_testsuite = {
|
||||||
|
'read-build-id' : {'skip': true},
|
||||||
'test-callgraph' : {'skip': true},
|
'test-callgraph' : {'skip': true},
|
||||||
'test-capture-model' : {'skip': true},
|
'test-capture-model' : {'skip': true},
|
||||||
'test-elf-loader' : {'skip': true},
|
'test-elf-loader' : {'skip': true},
|
||||||
|
|||||||
Reference in New Issue
Block a user