1 // SPDX-License-Identifier: GPL-2.0
3 #include "tests/tests.h"
4 #include "arch-tests.h"
6 struct test arch_tests
[] = {
11 #ifdef HAVE_DWARF_UNWIND_SUPPORT
13 .desc
= "DWARF unwind",
14 .func
= test__dwarf_unwind
,
17 #ifdef HAVE_AUXTRACE_SUPPORT
19 .desc
= "x86 instruction decoder - new instructions",
20 .func
= test__insn_x86
,
23 .desc
= "Intel PT packet decoder",
24 .func
= test__intel_pt_pkt_decoder
,
27 #if defined(__x86_64__)
29 .desc
= "x86 bp modify",
30 .func
= test__bp_modify
,