xref: /linux/tools/perf/tests/tests-scripts.h (revision 68c402fe5c5e5aa9a04c8bba9d99feb08a68afa7)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef TESTS_SCRIPTS_H
3 #define TESTS_SCRIPTS_H
4 
5 #include "tests.h"
6 
7 struct test_suite **create_script_test_suites(void);
8 
9 #endif /* TESTS_SCRIPTS_H */
10