utest: integrate config option for utest of klibc

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-07-24 16:52:00 +08:00
committed by R b b666
parent 06c5cc0846
commit 532da3482b
3 changed files with 6 additions and 5 deletions
-5
View File
@@ -250,9 +250,4 @@ menu "klibc options"
default n
endmenu # rt_strnlen options
config RT_UTEST_TC_USING_KLIBC
bool "Enable klibc utest cases"
select RT_USING_UTEST
default n
endmenu
+4
View File
@@ -0,0 +1,4 @@
config RT_UTEST_TC_USING_KLIBC
bool "Enable klibc utest cases"
select RT_USING_UTEST
default n