xref: /linux/tools/perf/arch/arm/tests/arch-tests.c (revision 03ab8e6297acd1bc0eedaa050e2a1635c576fd11)
1af72cfb8SKim Phillips // SPDX-License-Identifier: GPL-2.0
2af72cfb8SKim Phillips #include <string.h>
3af72cfb8SKim Phillips #include "tests/tests.h"
4af72cfb8SKim Phillips #include "arch-tests.h"
5af72cfb8SKim Phillips 
6*33f44bfdSIan Rogers struct test_suite *arch_tests[] = {
7af72cfb8SKim Phillips #ifdef HAVE_DWARF_UNWIND_SUPPORT
8d68f0365SIan Rogers 	&suite__dwarf_unwind,
9af72cfb8SKim Phillips #endif
10d68f0365SIan Rogers 	&suite__vectors_page,
11df225205SIan Rogers 	NULL,
12af72cfb8SKim Phillips };
13