diff options
Diffstat (limited to 'tools/perf/tests/parse-events.c')
-rw-r--r-- | tools/perf/tests/parse-events.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/tests/parse-events.c b/tools/perf/tests/parse-events.c index b49c2eebff33..f2a82d0158c0 100644 --- a/tools/perf/tests/parse-events.c +++ b/tools/perf/tests/parse-events.c | |||
@@ -4,6 +4,7 @@ | |||
4 | #include "evlist.h" | 4 | #include "evlist.h" |
5 | #include "sysfs.h" | 5 | #include "sysfs.h" |
6 | #include "../../../include/linux/hw_breakpoint.h" | 6 | #include "../../../include/linux/hw_breakpoint.h" |
7 | #include "tests.h" | ||
7 | 8 | ||
8 | #define TEST_ASSERT_VAL(text, cond) \ | 9 | #define TEST_ASSERT_VAL(text, cond) \ |
9 | do { \ | 10 | do { \ |
@@ -1086,7 +1087,7 @@ static int test_pmu_events(void) | |||
1086 | return ret; | 1087 | return ret; |
1087 | } | 1088 | } |
1088 | 1089 | ||
1089 | int parse_events__test(void) | 1090 | int test__parse_events(void) |
1090 | { | 1091 | { |
1091 | int ret1, ret2 = 0; | 1092 | int ret1, ret2 = 0; |
1092 | 1093 | ||