aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/kunit
AgeCommit message (Collapse)Author
2020-10-06kunit: Adding kunit testsNaresh Kamboju
KUnit is a lightweight unit testing and mocking framework for the Linux kernel. KUnit consists of a kernel component, which provides a set of macros for easily writing unit tests. Tests written against KUnit will run on kernel boot if built-in, or when loaded if built as a module. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>