162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci#include <string.h> 362306a36Sopenharmony_ci#include "tests/tests.h" 462306a36Sopenharmony_ci#include "arch-tests.h" 562306a36Sopenharmony_ci 662306a36Sopenharmony_cistruct test_suite *arch_tests[] = { 762306a36Sopenharmony_ci#ifdef HAVE_DWARF_UNWIND_SUPPORT 862306a36Sopenharmony_ci &suite__dwarf_unwind, 962306a36Sopenharmony_ci#endif 1062306a36Sopenharmony_ci &suite__vectors_page, 1162306a36Sopenharmony_ci NULL, 1262306a36Sopenharmony_ci}; 13