all_tests.config 740 B

1234567891011121314151617181920212223242526272829303132333435
  1. # This config enables as many tests as possible under UML.
  2. # It is intended for use in continuous integration systems and similar for
  3. # automated testing of as much as possible.
  4. # The config is manually maintained, though it uses KUNIT_ALL_TESTS=y to enable
  5. # any tests whose dependencies are already satisfied. Please feel free to add
  6. # more options if they any new tests.
  7. CONFIG_KUNIT=y
  8. CONFIG_KUNIT_EXAMPLE_TEST=y
  9. CONFIG_KUNIT_ALL_TESTS=y
  10. CONFIG_IIO=y
  11. CONFIG_EXT4_FS=y
  12. CONFIG_MSDOS_FS=y
  13. CONFIG_VFAT_FS=y
  14. CONFIG_PCI=y
  15. CONFIG_USB4=y
  16. CONFIG_NET=y
  17. CONFIG_MCTP=y
  18. CONFIG_INET=y
  19. CONFIG_MPTCP=y
  20. CONFIG_DAMON=y
  21. CONFIG_DAMON_VADDR=y
  22. CONFIG_DAMON_PADDR=y
  23. CONFIG_DEBUG_FS=y
  24. CONFIG_DAMON_DBGFS=y
  25. CONFIG_SECURITY=y
  26. CONFIG_SECURITY_APPARMOR=y