18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci#include <string.h> 38c2ecf20Sopenharmony_ci#include "tests/tests.h" 48c2ecf20Sopenharmony_ci#include "arch-tests.h" 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_cistruct test arch_tests[] = { 78c2ecf20Sopenharmony_ci#ifdef HAVE_DWARF_UNWIND_SUPPORT 88c2ecf20Sopenharmony_ci { 98c2ecf20Sopenharmony_ci .desc = "Test dwarf unwind", 108c2ecf20Sopenharmony_ci .func = test__dwarf_unwind, 118c2ecf20Sopenharmony_ci }, 128c2ecf20Sopenharmony_ci#endif 138c2ecf20Sopenharmony_ci { 148c2ecf20Sopenharmony_ci .func = NULL, 158c2ecf20Sopenharmony_ci }, 168c2ecf20Sopenharmony_ci}; 17