Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <string.h>
0003 #include "tests/tests.h"
0004 #include "arch-tests.h"
0005 
0006 struct test_suite *arch_tests[] = {
0007 #ifdef HAVE_DWARF_UNWIND_SUPPORT
0008     &suite__dwarf_unwind,
0009 #endif
0010     NULL,
0011 };