diff options
Diffstat (limited to 'tools/perf/tests/tests.h')
-rw-r--r-- | tools/perf/tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/tests.h b/tools/perf/tests/tests.h index b33b3286ad6e..dd7feae2d37b 100644 --- a/tools/perf/tests/tests.h +++ b/tools/perf/tests/tests.h | |||
@@ -26,5 +26,6 @@ int test__python_use(void); | |||
26 | int test__bp_signal(void); | 26 | int test__bp_signal(void); |
27 | int test__bp_signal_overflow(void); | 27 | int test__bp_signal_overflow(void); |
28 | int test__task_exit(void); | 28 | int test__task_exit(void); |
29 | int test__sw_clock_freq(void); | ||
29 | 30 | ||
30 | #endif /* TESTS_H */ | 31 | #endif /* TESTS_H */ |