SmartAudio/lichee/linux-4.9/tools/perf/arch/powerpc/tests/arch-tests.c

16 lines
233 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#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,
},
};