OSDN Git Service

perf test: Move each test suite struct to its test
[uclinux-h8/linux.git] / tools / perf / arch / powerpc / tests / arch-tests.c
index bc32704..6d13713 100644 (file)
@@ -5,7 +5,7 @@
 
 struct test *arch_tests[] = {
 #ifdef HAVE_DWARF_UNWIND_SUPPORT
-       &dwarf_unwind,
+       &suite__dwarf_unwind,
 #endif
        NULL,
 };