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"
19
19
rsource "../../../examples/utest/testcases/smp_call/Kconfig"
20
20
rsource "../../../examples/utest/testcases/perf/Kconfig"
21
21
22
+ rsource "../../../src/klibc/utest/Kconfig"
23
+
22
24
endif
23
25
24
26
endmenu
Original file line number Diff line number Diff line change @@ -250,9 +250,4 @@ menu "klibc options"
250
250
default n
251
251
endmenu # rt_strnlen options
252
252
253
- config RT_UTEST_TC_USING_KLIBC
254
- bool "Enable klibc utest cases"
255
- select RT_USING_UTEST
256
- default n
257
-
258
253
endmenu
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