Sign in
gem5
/
arm
/
linux
/
861d75d098e2d0a2d7692c9d6a30b6fd2c81387c
/
.
/
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
,
},
};