> From: Sinadin Shan <[email protected]> > Sent: Wednesday, February 19, 2025 1:46 AM > To: [email protected] > Cc: [email protected]; [email protected]; Chris > Hyser; Sinadin Shan > Subject: [PATCH] selftests: sched: add sched as a default selftest target > > The sched tests are missing a target entry and hence out-of-tree build > support. > > For instance: > make -C tools/testing/selftests install INSTALL_LOCATION=/foo/bar > > is expected to build the sched tests and place them at /foo/bar. > But this is not observed since a TARGET entry is not present for sched. > > This was suggested by Shuah in this conversation > Link: > https://lore.kernel.org/linux-kselftest/[email protected]/ > > Add support for sched selftests by adding sched as a default TARGET > > Signed-off-by: Sinadin Shan <[email protected]>
Reviewed-by: Chris Hyser <[email protected]>

