mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-29 02:28:35 +08:00
utest: UTEST_SCHEDULER_TC -> RT_UTEST_SCHEDULER
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -654,7 +654,7 @@ CONFIG_RT_USING_UTESTCASES=y
|
|||||||
# CONFIG_UTEST_ATOMIC_TC is not set
|
# CONFIG_UTEST_ATOMIC_TC is not set
|
||||||
# CONFIG_UTEST_HOOKLIST_TC is not set
|
# CONFIG_UTEST_HOOKLIST_TC is not set
|
||||||
# CONFIG_UTEST_MTSAFE_KPRINT_TC is not set
|
# CONFIG_UTEST_MTSAFE_KPRINT_TC is not set
|
||||||
CONFIG_UTEST_SCHEDULER_TC=y
|
CONFIG_RT_UTEST_SCHEDULER=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel SMP Testcase
|
# Kernel SMP Testcase
|
||||||
|
|||||||
@@ -417,7 +417,7 @@
|
|||||||
|
|
||||||
/* Kernel Testcase */
|
/* Kernel Testcase */
|
||||||
|
|
||||||
#define UTEST_SCHEDULER_TC
|
#define RT_UTEST_SCHEDULER
|
||||||
|
|
||||||
/* Kernel SMP Testcase */
|
/* Kernel SMP Testcase */
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ CONFIG_RT_UTEST_DRIVERS_CORE=y
|
|||||||
CONFIG_RT_UTEST_ATOMIC=y
|
CONFIG_RT_UTEST_ATOMIC=y
|
||||||
CONFIG_RT_UTEST_HOOKLIST=y
|
CONFIG_RT_UTEST_HOOKLIST=y
|
||||||
CONFIG_RT_UTEST_MTSAFE_KPRINT=y
|
CONFIG_RT_UTEST_MTSAFE_KPRINT=y
|
||||||
CONFIG_UTEST_SCHEDULER_TC=y
|
CONFIG_RT_UTEST_SCHEDULER=y
|
||||||
|
|
||||||
CONFIG_UTEST_THR_STACK_SIZE=8192
|
CONFIG_UTEST_THR_STACK_SIZE=8192
|
||||||
+1
-1
@@ -75,7 +75,7 @@ config RT_UTEST_MTSAFE_KPRINT
|
|||||||
bool "mtsafe kprint test"
|
bool "mtsafe kprint test"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config UTEST_SCHEDULER_TC
|
config RT_UTEST_SCHEDULER
|
||||||
bool "scheduler test"
|
bool "scheduler test"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ if GetDepend(['UTEST_MEMPOOL_TC']):
|
|||||||
src += ['mempool_tc.c']
|
src += ['mempool_tc.c']
|
||||||
|
|
||||||
# Stressful testcase for scheduler (MP/UP)
|
# Stressful testcase for scheduler (MP/UP)
|
||||||
if GetDepend(['UTEST_SCHEDULER_TC']):
|
if GetDepend(['RT_UTEST_SCHEDULER']):
|
||||||
src += ['sched_timed_sem_tc.c']
|
src += ['sched_timed_sem_tc.c']
|
||||||
src += ['sched_timed_mtx_tc.c']
|
src += ['sched_timed_mtx_tc.c']
|
||||||
src += ['sched_mtx_tc.c']
|
src += ['sched_mtx_tc.c']
|
||||||
|
|||||||
Reference in New Issue
Block a user