kunit_modules.bzl 282 B

1234567891011
  1. # List up KUnit test kernel modules.
  2. # These modules will be combined with Lego module's Bazel files in the build script steps.
  3. ko_list = [
  4. {
  5. "kunit_test" : [
  6. "lib/kunit/kunit_notifier.ko",
  7. "lib/kunit/kunit_manager.ko"
  8. ]
  9. }
  10. ]