Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-07 | sched_ext: Add option -l in selftest runner to list all available tests | Shizhao Chen | |
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> | |||
2024-06-18 | sched_ext: Add selftests | David Vernet | |
Add basic selftests. Signed-off-by: David Vernet <dvernet@meta.com> Acked-by: Tejun Heo <tj@kernel.org> |