We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23006e commit fb27cbaCopy full SHA for fb27cba
examples/utest/testcases/kernel/Kconfig
@@ -1,9 +1,5 @@
1
menu "Kernel Testcase"
2
3
-config UTEST_OBJECT_TC
4
- bool "object test"
5
- default y
6
-
7
config UTEST_MEMHEAP_TC
8
bool "memheap stability test"
9
default y
@@ -14,6 +10,12 @@ config UTEST_SMALL_MEM_TC
14
10
15
11
depends on RT_USING_SMALL_MEM
16
12
13
+config UTEST_OBJECT_TC
+ select RT_USING_DEVICE
+ select RT_USING_SEMAPHORE
+ bool "object test"
17
+ default n
18
+
19
config UTEST_SLAB_TC
20
bool "slab test"
21
default n
0 commit comments