mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
utest: UTEST_EVENT_TC -> RT_UTEST_EVENT
Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
This commit is contained in:
@@ -3,7 +3,7 @@ CONFIG_RT_CONSOLEBUF_SIZE=1024
|
||||
CONFIG_RT_USING_CI_ACTION=y
|
||||
|
||||
CONFIG_RT_UTEST_SEMAPHORE=y
|
||||
CONFIG_UTEST_EVENT_TC=y
|
||||
CONFIG_RT_UTEST_EVENT=y
|
||||
CONFIG_UTEST_MESSAGEQUEUE_TC=y
|
||||
CONFIG_UTEST_SIGNAL_TC=y
|
||||
CONFIG_UTEST_MUTEX_TC=y
|
||||
|
||||
@@ -30,7 +30,7 @@ config RT_UTEST_SEMAPHORE
|
||||
default n
|
||||
depends on RT_USING_SEMAPHORE
|
||||
|
||||
config UTEST_EVENT_TC
|
||||
config RT_UTEST_EVENT
|
||||
bool "event test"
|
||||
default n
|
||||
depends on RT_USING_EVENT
|
||||
|
||||
@@ -23,7 +23,7 @@ if GetDepend(['RT_UTEST_IRQ']):
|
||||
if GetDepend(['RT_UTEST_SEMAPHORE']):
|
||||
src += ['semaphore_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_EVENT_TC']):
|
||||
if GetDepend(['RT_UTEST_EVENT']):
|
||||
src += ['event_tc.c']
|
||||
|
||||
if GetDepend(['UTEST_TIMER_TC']):
|
||||
|
||||
Reference in New Issue
Block a user