You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kunit: fix Kconfig for build-in tests USB4 and Nitro Enclaves
Both the USB4 and Nitro Enclaves KUNIT tests are now able to be compiled
if KUNIT is compiled as a module. This leads to issues if KUNIT is being
packaged separately from the core kernel and when KUNIT is run baremetal
without the required driver compiled into the kernel.
Fixes: 635dcd1 ("thunderbolt: test: Use kunit_test_suite() macro")
Fixes: fe5be80 ("nitro_enclaves: test: Use kunit_test_suite() macro")
Signed-off-by: Nico Pache <[email protected]>
Reviewed-by: David Gow <[email protected]>
Reviewed-by: Andra Paraschiv <[email protected]>
Acked-by: Brendan Higgins <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
0 commit comments