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

13 lines
216 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0
#include <string.h>
#include "tests/tests.h"
#include "arch-tests.h"
2022-04-02 17:07:24 +05:00
struct test_suite *arch_tests[] = {
#ifdef HAVE_DWARF_UNWIND_SUPPORT
2022-04-02 17:07:24 +05:00
&suite__dwarf_unwind,
#endif
2022-04-02 17:07:24 +05:00
NULL,
};