mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-05 23:22:43 +00:00
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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
menu "CPP11 Testcase"
|
||||
menu "CPP11"
|
||||
|
||||
config RT_UTEST_CPP11_THREAD
|
||||
bool "Cpp11 thread test"
|
||||
bool "Cpp11 Thread Test"
|
||||
select RT_USING_CPLUSPLUS
|
||||
select RT_USING_CPLUSPLUS11
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user