All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2 RESEND] update kselftest framework to check for required configs
@ 2025-02-27  5:29 Siddharth Menon
  2025-02-27  5:29 ` [PATCH v3 1/2 RESEND] selftests: Introduce script to validate required dependencies Siddharth Menon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Siddharth Menon @ 2025-02-27  5:29 UTC (permalink / raw)
  To: linux-kselftest, shuah
  Cc: skhan, pmladek, mbenes, linux-kernel, Siddharth Menon

Currently, kselftests does not have a generalised mechanism to skip
compilation and run tests when required kernel configuration options
are disabled.

This patch series adresses this issue by checking whether all required
configs from selftest/<test>/config are enabled in the current kernel

Siddharth Menon (2):
  selftests: Introduce script to validate required dependencies
  selftests/lib.mk: Introduce check to validate required dependencies

 .../testing/selftests/check_kselftest_deps.pl | 170 ++++++++++++++++++
 tools/testing/selftests/lib.mk                |  15 +-
 2 files changed, 183 insertions(+), 2 deletions(-)
 create mode 100755 tools/testing/selftests/check_kselftest_deps.pl

-- 
2.48.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-27 16:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27  5:29 [PATCH v3 0/2 RESEND] update kselftest framework to check for required configs Siddharth Menon
2025-02-27  5:29 ` [PATCH v3 1/2 RESEND] selftests: Introduce script to validate required dependencies Siddharth Menon
2025-02-27  5:29 ` [PATCH v3 2/2] selftests/lib.mk: Introduce check " Siddharth Menon
2025-02-27 16:51 ` [PATCH v3 0/2 RESEND] update kselftest framework to check for required configs Shuah Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.