Skip to content
Commit aac35468 authored by Alan Maguire's avatar Alan Maguire Committed by Shuah Khan
Browse files

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: default avatarAlan Maguire <alan.maguire@oracle.com>
Co-developed-by: default avatarIurii Zaikin <yzaikin@google.com>
Signed-off-by: default avatarIurii Zaikin <yzaikin@google.com>
Co-developed-by: default avatarBrendan Higgins <brendanhiggins@google.com>
Signed-off-by: default avatarBrendan Higgins <brendanhiggins@google.com>
Reviewed-by: default avatarStephen Boyd <sboyd@kernel.org>
Reviewed-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 90a025a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment