Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5617c122e6015e2371c0bd6b5ad2e070844df24a
/
.
/
tools
/
perf
/
arch
/
powerpc
/
tests
/
arch-tests.c
blob: e24f46241f407c35ffe810408dad6505c79efaa3 [
file
] [
log
] [
blame
]
#include
<string.h>
#include
"tests/tests.h"
#include
"arch-tests.h"
struct
test arch_tests
[]
=
{
#ifdef
HAVE_DWARF_UNWIND_SUPPORT
{
.
desc
=
"Test dwarf unwind"
,
.
func
=
test__dwarf_unwind
,
},
#endif
{
.
func
=
NULL
,
},
};