1 #include <string.h> 2 #include "tests/tests.h" 3 #include "arch-tests.h" 4 5 struct 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 }; 16