Files
rt-thread/components/libc/cplusplus/utest/Kconfig
Chen Wang c1363c77d6 utest: Improve the strings displayed in the menu
Use "Test" instead of "Unit Testcases" to make string shorter.
Use uppercase to make it look more eye-catching.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2025-10-16 18:34:43 +08:00

10 lines
157 B
Plaintext

menu "CPP11"
config RT_UTEST_CPP11_THREAD
bool "Cpp11 Thread Test"
select RT_USING_CPLUSPLUS
select RT_USING_CPLUSPLUS11
default n
endmenu