File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
components/utilities/utest Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ rsource "../../../examples/utest/testcases/tmpfs/Kconfig"
1919rsource "../../../examples/utest/testcases/smp_call/Kconfig"
2020rsource "../../../examples/utest/testcases/perf/Kconfig"
2121
22+ rsource "../../../src/klibc/utest/Kconfig"
23+
2224endif
2325
2426endmenu
Original file line number Diff line number Diff line change @@ -250,9 +250,4 @@ menu "klibc options"
250250 default n
251251 endmenu # rt_strnlen options
252252
253- config RT_UTEST_TC_USING_KLIBC
254- bool "Enable klibc utest cases"
255- select RT_USING_UTEST
256- default n
257-
258253endmenu
Original file line number Diff line number Diff line change 1+ config RT_UTEST_TC_USING_KLIBC
2+ bool "Enable klibc utest cases"
3+ select RT_USING_UTEST
4+ default n
You can’t perform that action at this time.
0 commit comments