utest: UTEST_MTSAFE_KPRINT_TC -> RT_UTEST_MTSAFE_KPRINT

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
Chen Wang
2025-10-15 09:43:16 +08:00
committed by R b b666
parent 405d096ff3
commit 5b8bfe4a77
3 changed files with 3 additions and 3 deletions
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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']):