summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/sched_ext/Makefile
diff options
context:
space:
mode:
authorAndrea Righi <arighi@nvidia.com>2025-02-26 07:50:57 +0100
committerTejun Heo <tj@kernel.org>2025-02-26 08:49:02 -1000
commit5ae5161820e5c21e85a905a1f47e8f28e5042bf5 (patch)
tree54074f192dfefead7ffd7bf27ed1cb26f6e86a1a /tools/testing/selftests/sched_ext/Makefile
parent5e3b64246fe4cafed0755e3850de2874bf4a0da9 (diff)
downloadlwn-5ae5161820e5c21e85a905a1f47e8f28e5042bf5.tar.gz
lwn-5ae5161820e5c21e85a905a1f47e8f28e5042bf5.zip
selftests/sched_ext: Add NUMA-aware scheduler test
Add a selftest to validate the behavior of the NUMA-aware scheduler functionalities, including idle CPU selection within nodes, per-node DSQs and CPU to node mapping. Signed-off-by: Andrea Righi <arighi@nvidia.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/testing/selftests/sched_ext/Makefile')
-rw-r--r--tools/testing/selftests/sched_ext/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/sched_ext/Makefile b/tools/testing/selftests/sched_ext/Makefile
index 011762224600..f4531327b8e7 100644
--- a/tools/testing/selftests/sched_ext/Makefile
+++ b/tools/testing/selftests/sched_ext/Makefile
@@ -172,6 +172,7 @@ auto-test-targets := \
maximal \
maybe_null \
minimal \
+ numa \
prog_run \
reload_loop \
select_cpu_dfl \