Welcome to mirror list, hosted at ThFree Co, Russian Federation.

builtin-test-list.h « tests « perf « tools - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb81f3aa6683d346a1094aeacc4c274d5e6c6570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */

struct script_file {
	char *dir;
	char *file;
	char *desc;
};

/* List available script tests to run - singleton - never freed */
const struct script_file *list_script_files(void);
/* Get maximum width of description string */
int list_script_max_width(void);