Thomas Weißschuh thomas.weissschuh@linutronix.de writes:
This series aims to combine kselftests and kunit, avoiding both their limitations. It works by compiling the userspace kselftests as part of the regular kernel build, embedding them into the kunit kernel or module and executing them from there.
Please forgive the possibly dumb question but ... this series sets up the framework, but doesn't actually integrate the kselftests, right? Will it be necessary to write a little KUnit glue function for each kselftest, or is there some other scheme in mind here?
Thanks,
jon