Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12-rc5 15 lines 233 B view raw
1#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};