Kconfig 327 B

123456789101112131415161718
  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_SEMAPHORE_TC
  7. bool "semaphore test"
  8. default n
  9. depends on RT_USING_SEMAPHORE
  10. config UTEST_EVENT_TC
  11. bool "event test"
  12. default n
  13. depends on RT_USING_EVENT
  14. endmenu