Kconfig 441 B

1234567891011121314151617181920212223242526
  1. menu "Kernel Testcase"
  2. config UTEST_MEMHEAP_TC
  3. bool "memheap stability test"
  4. default y
  5. depends on RT_USING_MEMHEAP
  6. config UTEST_IRQ_TC
  7. bool "IRQ test"
  8. default n
  9. config UTEST_SEMAPHORE_TC
  10. bool "semaphore test"
  11. default n
  12. depends on RT_USING_SEMAPHORE
  13. config UTEST_EVENT_TC
  14. bool "event test"
  15. default n
  16. depends on RT_USING_EVENT
  17. config UTEST_TIMER_TC
  18. bool "timer test"
  19. default n
  20. endmenu