File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/utest/configs/kernel Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ CONFIG_RT_USING_CI_ACTION=y
44
55CONFIG_RT_UTEST_MEMHEAP =y
66CONFIG_RT_UTEST_SMALL_MEM =y
7- CONFIG_UTEST_MEMPOOL_TC =y
7+ CONFIG_RT_UTEST_MEMPOOL =y
88
99CONFIG_UTEST_THR_STACK_SIZE =8192
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ menu "Kernel Core"
7979 bool "Scheduler Test"
8080 default n
8181
82- config UTEST_MEMPOOL_TC
82+ config RT_UTEST_MEMPOOL
8383 bool "Memory Pool Test"
8484 default n
8585 depends on RT_USING_MEMPOOL
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if GetDepend(['RT_UTEST_HOOKLIST']):
5555if GetDepend (['RT_UTEST_MTSAFE_KPRINT' ]):
5656 src += ['mtsafe_kprint_tc.c' ]
5757
58- if GetDepend (['UTEST_MEMPOOL_TC ' ]):
58+ if GetDepend (['RT_UTEST_MEMPOOL ' ]):
5959 src += ['mempool_tc.c' ]
6060
6161# Stressful testcase for scheduler (MP/UP)
You can’t perform that action at this time.
0 commit comments