Kconfig 226 B

1234567891011121314
  1. menu "RT-Thread Utestcases"
  2. config RT_USING_UTESTCASES
  3. bool "RT-Thread Utestcases"
  4. default n
  5. select RT_USING_UTEST
  6. if RT_USING_UTESTCASES
  7. source "$RTT_DIR/examples/utest/testcases/utest/Kconfig"
  8. endif
  9. endmenu