blob: e24f46241f407c35ffe810408dad6505c79efaa3 [file] [log] [blame]
Ravi Bangoriad18019a2016-09-19 02:38:20 -04001#include <string.h>
2#include "tests/tests.h"
3#include "arch-tests.h"
4
5struct test arch_tests[] = {
6#ifdef HAVE_DWARF_UNWIND_SUPPORT
7 {
8 .desc = "Test dwarf unwind",
9 .func = test__dwarf_unwind,
10 },
11#endif
12 {
13 .func = NULL,
14 },
15};