On Thu, 2024-10-17 at 09:55 -0600, Eric Snowberg wrote: > +config SECURITY_CLAVIS_KUNIT_TEST > + bool "KUnit tests for Clavis" if !KUNIT_ALL_TESTS > + depends on SECURITY_CLAVIS && KUNIT Change KUNIT -> KUNIT=y > + default KUNIT_ALL_TESTS > + select SYSTEM_BLACKLIST_KEYRING > + select SYSTEM_REVOCATION_LIST > + help > + Build KUnit tests for Clavis. > + > + See the KUnit documentation in Documentation/dev-tools/kunit > + > + Run all KUnit tests for Clavis with: > + ./tools/testing/kunit/kunit.py run --kunitconfig security/clavis > + > + If you are unsure how to answer this question, answer N. thanks, Mimi