xref: /openbmc/linux/tools/perf/arch/powerpc/tests/arch-tests.c (revision 4ed91d48259d9ddd378424d008f2e6559f7e78f8)
1 #include <string.h>
2 #include "tests/tests.h"
3 #include "arch-tests.h"
4 
5 struct test arch_tests[] = {
6 #ifdef HAVE_DWARF_UNWIND_SUPPORT
7 	{
8 		.desc = "Test dwarf unwind",
9 		.func = test__dwarf_unwind,
10 	},
11 #endif
12 	{
13 		.func = NULL,
14 	},
15 };
16