mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-10 17:42:44 +00:00
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>
10 lines
157 B
Plaintext
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
|