kunit: test: create a single centralized executor for all tests
Add a centralized executor to dispatch tests rather than relying on late_initcall to schedule each test suite separately. Centralized execution is for built-in tests only; modules will execute tests when loaded. Signed-off-by: NAlan Maguire <alan.maguire@oracle.com> Co-developed-by: NIurii Zaikin <yzaikin@google.com> Signed-off-by: NIurii Zaikin <yzaikin@google.com> Co-developed-by: NBrendan Higgins <brendanhiggins@google.com> Signed-off-by: NBrendan Higgins <brendanhiggins@google.com> Reviewed-by: NStephen Boyd <sboyd@kernel.org> Reviewed-by: NKees Cook <keescook@chromium.org> Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
Showing
lib/kunit/executor.c
0 → 100644
想要评论请 注册 或 登录