File tree Expand file tree Collapse file tree 5 files changed +378
-24
lines changed
examples/utest/testcases/kernel Expand file tree Collapse file tree 5 files changed +378
-24
lines changed Original file line number Diff line number Diff line change 1+ CONFIG_UTEST_OBJECT_TC =y
2+
3+ # dependencies
4+ CONFIG_RT_USING_CI_ACTION =y
5+ CONFIG_RT_USING_DEVICE =y
6+ CONFIG_RT_USING_SEMAPHORE =y
Original file line number Diff line number Diff line change 4646
4747 config_file :
4848 - " default.cfg"
49+ - " kernel/object.cfg"
4950
5051 # cpp11
5152 # - "cpp11/cpp11.cfg"
Original file line number Diff line number Diff line change 11menu "Kernel Testcase"
22
3- config UTEST_OBJECT_TC
4- bool "object test"
5- default y
6-
73config UTEST_MEMHEAP_TC
84 bool "memheap stability test"
95 default y
@@ -14,6 +10,12 @@ config UTEST_SMALL_MEM_TC
1410 default y
1511 depends on RT_USING_SMALL_MEM
1612
13+ config UTEST_OBJECT_TC
14+ select RT_USING_DEVICE
15+ select RT_USING_SEMAPHORE
16+ bool "object test"
17+ default n
18+
1719config UTEST_SLAB_TC
1820 bool "slab test"
1921 default n
You can’t perform that action at this time.
0 commit comments