3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-08 07:13:06 +00:00

17 lines
269 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
#include <string.h>
#include "tests/tests.h"
#include "arch-tests.h"
2022-03-15 21:16:25 +05:00
struct test arch_tests[] = {
#ifdef HAVE_DWARF_UNWIND_SUPPORT
2022-03-15 21:16:25 +05:00
{
.desc = "Test dwarf unwind",
.func = test__dwarf_unwind,
},
#endif
2022-03-15 21:16:25 +05:00
{
.func = NULL,
},
};