1744e9a91SKim Phillips // SPDX-License-Identifier: GPL-2.0 2744e9a91SKim Phillips #include <string.h> 3744e9a91SKim Phillips #include "tests/tests.h" 4744e9a91SKim Phillips #include "arch-tests.h" 5744e9a91SKim Phillips 6*81f7da54SJames Clark 7*81f7da54SJames Clark DEFINE_SUITE("arm64 CPUID matching", cpuid_match); 8*81f7da54SJames Clark 933f44bfdSIan Rogers struct test_suite *arch_tests[] = { 10744e9a91SKim Phillips #ifdef HAVE_DWARF_UNWIND_SUPPORT 11d68f0365SIan Rogers &suite__dwarf_unwind, 12744e9a91SKim Phillips #endif 13*81f7da54SJames Clark &suite__cpuid_match, 14df225205SIan Rogers NULL, 15744e9a91SKim Phillips }; 16