mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 11:53:05 +08:00
utest: UTEST_MTSAFE_KPRINT_TC -> RT_UTEST_MTSAFE_KPRINT
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -8,7 +8,7 @@ CONFIG_RT_UTEST_THREAD=y
|
||||
CONFIG_RT_UTEST_DRIVERS_CORE=y
|
||||
CONFIG_RT_UTEST_ATOMIC=y
|
||||
CONFIG_RT_UTEST_HOOKLIST=y
|
||||
CONFIG_UTEST_MTSAFE_KPRINT_TC=y
|
||||
CONFIG_RT_UTEST_MTSAFE_KPRINT=y
|
||||
CONFIG_UTEST_SCHEDULER_TC=y
|
||||
|
||||
CONFIG_UTEST_THR_STACK_SIZE=8192
|
||||
+1
-1
@@ -71,7 +71,7 @@ config RT_UTEST_HOOKLIST
|
||||
select RT_USING_HOOKLIST
|
||||
default n
|
||||
|
||||
config UTEST_MTSAFE_KPRINT_TC
|
||||
config RT_UTEST_MTSAFE_KPRINT
|
||||
bool "mtsafe kprint test"
|
||||
default n
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ if GetDepend(['RT_UTEST_ATOMIC']):
|
||||
if GetDepend(['RT_UTEST_HOOKLIST']):
|
||||
src += ['hooklist_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_MTSAFE_KPRINT_TC']):
|
||||
if GetDepend(['RT_UTEST_MTSAFE_KPRINT']):
|
||||
src += ['mtsafe_kprint_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_MEMPOOL_TC']):
|
||||
|
||||
Reference in New Issue
Block a user