mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-13 04:33:18 +08:00
utest: integrate config option for utest of klibc
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
config RT_UTEST_TC_USING_KLIBC
|
||||
bool "Enable klibc utest cases"
|
||||
select RT_USING_UTEST
|
||||
default n
|
||||
Reference in New Issue
Block a user