]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched_ext: Add option -l in selftest runner to list all available tests
authorShizhao Chen <shichen@redhat.com>
Tue, 7 Jan 2025 15:52:19 +0000 (23:52 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 7 Jan 2025 19:42:30 +0000 (09:42 -1000)
commita73bca3d9cc0a27dd7061a55841a1d752ec7365a
tree48805621bd53a3ed36e801cb16d66a87451ca3fb
parent382d7efc14a38baa8b8b91115891ef00fe5a5076
sched_ext: Add option -l in selftest runner to list all available tests

The selftest runner currently allows selecting tests via the -t
option. This patch adds a new -l option that lists all available tests,
providing users with an overview of the tests they can choose from. This
enhancement is especially useful for scripting and automation purposes,
making it easier to discover and run tests.

Signed-off-by: Shizhao Chen <shichen@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/sched_ext/runner.c