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:
Chen Wang
2025-10-16 10:19:12 +08:00
committed by R b b666
parent 04439c2074
commit c1363c77d6
13 changed files with 71 additions and 71 deletions

View File

@@ -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