13 lines
216 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
// SPDX-License-Identifier: GPL-2.0
#include <string.h>
#include "tests/tests.h"
#include "arch-tests.h"
2026-01-29 22:25:33 +08:00
struct test_suite *arch_tests[] = {
2026-01-21 18:59:54 +08:00
#ifdef HAVE_DWARF_UNWIND_SUPPORT
2026-01-29 22:25:33 +08:00
&suite__dwarf_unwind,
2026-01-21 18:59:54 +08:00
#endif
2026-01-29 22:25:33 +08:00
NULL,
2026-01-21 18:59:54 +08:00
};